Add Loop name
[clamp.git] / src / main / resources / META-INF / resources / designer / partials / portfolios / clds_modelling.html
index d1d4816..3b2e312 100644 (file)
@@ -18,7 +18,7 @@
   limitations under the License.
   ============LICENSE_END============================================
   ===================================================================
-  ECOMP is a trademark and service mark of AT&T Intellectual Property.
+  
   -->
 
 <style>
@@ -240,10 +240,7 @@ width: 14px;
 </style>
 <div attribute-test="cldsmodelling" class="container-fluid" ng-controller="ActivityModellingCtrl" style="height: 90vh;margin:0;padding:0;overflow: hidden;">
        <div id="utm-splitter" class="k-content"  style="height: 90vh;overflow: hidden;">
-       <div attribute-test="cldsmodelling2" id="UTMdashboard" kendo-splitter
-               k-panes="[  { collapsible: true, collapsedSize: '0%',size:'0%'},{}]"
-               k-orientation="orientation" k-rebind="orientation"
-    style="height: 90vh;overflow: hidden;margin-left: 2px;margin-right: 2px;">
+       <div attribute-test="cldsmodelling2" id="UTMdashboard" style="height: 90vh;overflow: hidden;margin-left: 2px;margin-right: 2px;">
                <div style="display: none;" id="projectExplorer">
                <!-- clds: remove project explorer - use display: none -->
                <!-- div style="width: 30%; height: 90vh;overflow: hidden;" id="projectExplorer" -->
@@ -314,91 +311,6 @@ width: 14px;
                                                                                </h6>
                                                                        </div>
 
-                                                                       <div style="margin-left: 10px"
-                                                                               ng-class="{hidden:!showUTMViewDtl,chaldean:!showUTMViewDtl}">
-
-
-                                                                               <div ng-show="serviceInfo != null">
-                                                                                       <h6>
-                                                                                               <span class="pull-left"
-                                                                                                       ng-click="showUTMViewServiceName=!showUTMViewServiceName">
-                                                                                                       <i
-                                                                                                       ng-class="showUTMViewServiceName == true ?'fa fa-minus-circle':'fa fa-plus-circle'">
-                                                                                               </i>
-                                                                                               </span><b>Service Name</b>
-                                                                                       </h6>
-                                                                                       <div style="margin-left: 10px"
-                                                                                               ng-class="{hidden:!showUTMViewServiceName,chaldean:!showUTMViewServiceName}">
-                                                                                               <div style="margin-left: 10px">
-                                                                                                       {{serviceInfo.service.name}}</div>
-                                                                                       </div>
-
-                                                                               </div>
-
-                                                                               <div ng-show="serviceInfo != null">
-                                                                                       <h6>
-                                                                                               <span class="pull-left"
-                                                                                                       ng-click="showUTMViewPortName=!showUTMViewPortName">
-                                                                                                       <i
-                                                                                                       ng-class="showUTMViewPortName == true ?'fa fa-minus-circle':'fa fa-plus-circle'">
-                                                                                               </i>
-                                                                                               </span><b>Port Name</b>
-                                                                                       </h6>
-                                                                                       <div style="margin-left: 10px"
-                                                                                               ng-class="{hidden:!showUTMViewPortName,chaldean:!showUTMViewPortName}">
-                                                                                               <div style="margin-left: 10px">
-                                                                                                       {{serviceInfo.service.ports[0].name}}</div>
-                                                                                       </div>
-                                                                               </div>
-
-                                                                               <div ng-show="serviceInfo != null">
-                                                                                       <h6>
-                                                                                               <span class="pull-left"
-                                                                                                       ng-click="showUTMViewBindingName=!showUTMViewBindingName">
-                                                                                                       <i
-                                                                                                       ng-class="showUTMViewBindingName == true ?'fa fa-minus-circle':'fa fa-plus-circle'">
-                                                                                               </i>
-                                                                                               </span><b> Binding Name</b>
-                                                                                       </h6>
-                                                                                       <div style="margin-left: 10px"
-                                                                                               ng-class="{hidden:!showUTMViewBindingName,chaldean:!showUTMViewBindingName}">
-                                                                                               <div style="margin-left: 10px">
-                                                                                                       {{serviceInfo.bindingInfo.binding.name}}</div>
-                                                                                       </div>
-                                                                               </div>
-
-                                                                               <div ng-show="serviceInfo != null">
-                                                                                       <h6>
-                                                                                               <span class="pull-left"
-                                                                                                       ng-click="showUTMViewBindingPortType=!showUTMViewBindingPortType">
-                                                                                                       <i ng-class="showUTMViewBindingPortType == true ?'fa fa-minus-circle':'fa fa-plus-circle'">
-                                                                                               </i>
-                                                                                               </span><b>Binding Port Type</b>
-                                                                                       </h6>
-                                                                                       <div style="margin-left: 10px"
-                                                                                               ng-class="{hidden:!showUTMViewBindingPortType,chaldean:!showUTMViewBindingPortType}">
-                                                                                               <div style="margin-left: 10px">
-                                                                                                       {{serviceInfo.bindingInfo.portTypeInfo.portType.name}}</div>
-                                                                                       </div>
-                                                                               </div>
-
-                                                                               <div ng-show="serviceInfo != null">
-                                                                                       <h6>
-                                                                                               <span class="pull-left"
-                                                                                                       ng-click="showUTMViewOperation=!showUTMViewOperation">
-                                                                                                       <i
-                                                                                                       ng-class="showUTMViewOperation == true ?'fa fa-minus-circle':'fa fa-plus-circle'">
-                                                                                               </i>
-                                                                                               </span><b>Operation Name</b>
-                                                                                       </h6>
-                                                                                       <div style="margin-left: 10px"
-                                                                                               ng-class="{hidden:!showUTMViewOperation,chaldean:!showUTMViewOperation}">
-                                                                                               <div style="margin-left: 10px">
-                                                                                                       {{serviceInfo.bindingInfo.portTypeInfo.operationInfo[0].operation.name}}</div>
-                                                                                       </div>
-                                                                               </div>
-                                                                       </div>
-
                                                                        <table class="table-tree">
                                                                                <tr>
                                                                                        <td class="td-label-tree" style="margin-top: 30px;">
@@ -491,26 +403,6 @@ width: 14px;
                                                                                        
                                                                                </tr>
                                                                    </table>
-                                                                       <div style="margin-left: 20px;margin-top: -12px;"
-                                                                               ng-class="{hidden:showUTMViewInput,chaldean:showUTMViewInput}">
-                                                                       
-                                                                               <div ng-show="serviceInputPartInfo.length>0" >                                                                          
-                                                                                       <h6>
-                                                                                       <!-- <div ng-repeat="inputInfo in serviceInputPartInfo">        
-                                                                                                        inputInfo :: {{inputInfo}}                                                              
-                                                                                               <div ng-repeat="schemaElement in inputInfo.schemaElements"   ng-include="'service_tree_element_renderer.html'" ng-init="currentElementName= inputInfo.part.name;parentName='ServiceInput'; parentElement=inputInfo; heirarchyLevel=1">
-                                                                                                 
-                                                                                               </div>
-                                                                                                                                                                               
-                                                                                               </div> -->
-                                                                                               <div ng-repeat="inputInfo in serviceInputPartInfo">
-                                                                                                       <div class="inputInfoClass" ng-init="currentElementName= inputInfo.part.name;parentName='ServiceInput'; parentElement=inputInfo; heirarchyLevel=1;infoType=inputInfo"></div>
-                                                                                               </div>  
-                                                                                       </h6>
-                                                                                       
-                                                                               </div>
-                                                                       
-                                                                       </div>
 
                                                                        <table class="table-tree" style="margin-top: -12px;>
                                                                                <tr>
@@ -532,21 +424,7 @@ width: 14px;
                                                                                        </td>
                                                                                </tr>
                                                                </table>
-                                                                       <div style="margin-left: 20px;"
-                                                                               ng-class="{hidden:showUTMViewOutput,chaldean:showUTMViewOutput}">
-                                                                               <div ng-show="serviceOutputPartInfo.length>0" style="width: 250px">
-                                                                                       <h6>
-                                                                                       <!-- <div ng-repeat="outputInfo in serviceOutputPartInfo" >
-                                                                                                 outputInfo::: {{outputInfo}}
-                                                                                               <div ng-repeat="schemaElement in outputInfo.schemaElements" ng-include="'service_tree_element_renderer.html'" ng-init="currentElementName=outputInfo.part.name;parentName='ServiceOutput'; parentElement=outputInfo; heirarchyLevel=1">
-                                                                                                       </div>
-                                                                                               </div> -->      
-                                                                                               <div ng-repeat="outputInfo in serviceOutputPartInfo">
-                                                                                                       <div class="inputInfoClass" ng-init="currentElementName=outputInfo.part.name;parentName='ServiceOutput'; parentElement=outputInfo; heirarchyLevel=1; infoType=outputInfo"></div>
-                                                                                               </div>  
-                                                                                       </h6>
-                                                                               </div>
-                                                                       </div>
+
                                                                
                                                                        <table class="table-tree" style="margin-top: -12px;">
                                                                                <tr>
@@ -566,22 +444,6 @@ width: 14px;
                                                                                        </td>
                                                                                </tr>
                                                                </table>
-                                                                       <div style="margin-left: 20px;"
-                                                                               ng-class="{hidden:showUTMViewFault,chaldean:showUTMViewFault}">
-                                                                               
-                                                                               <div ng-show="servicefaultPartInfo.length>0" style="width: 250px">
-                                                                                       <h6>
-                                                                                       <!-- <div ng-repeat="faultInfo in servicefaultPartInfo" style="margin-top: -12px;">
-                                                                                       faultInfo ::::{{faultInfo}}
-                                                                                               <div ng-repeat="schemaElement in faultInfo.schemaElements" ng-include="'service_tree_element_renderer.html'" ng-init="currentElementName=faultInfo.schemaElements[0].name;parentName='ServiceFault'; parentElement=faultInfo; heirarchyLevel=1">
-                                                                                                       </div>
-                                                                                               </div>   -->
-                                                                                               <div ng-repeat="faultInfo in servicefaultPartInfo">
-                                                                                                       <div class="inputInfoClass" ng-init="currentElementName=faultInfo.part.name;parentName='ServiceFault'; parentElement=faultInfo; heirarchyLevel=1; infoType=faultInfo"></div>
-                                                                                               </div>  
-                                                                                       </h6>
-                                                                               </div>
-                                                                       </div>  
                                                                </div>
                                                                
                                                        
@@ -636,7 +498,7 @@ width: 14px;
                                                        <span id="modeler_name">Closed Loop Modeler</span>
                                                </span> 
                                                <span class="pull-right" >
-                                                       <span id="templa_name"></span>
+                                                       <span id="loop_name">No LOOP loaded yet</span>
                                                        &nbsp;
                                                        <i ng-click="showTDRView=!showTDRView" ng-class="showTDRView == true ?'fa fa-plus-circle':'fa fa-minus-circle'"></i>
                                                </span>
@@ -652,9 +514,7 @@ width: 14px;
 
                                                        </div>
                         
-                            <!--Commented becoz i m not able to find the htmls-->
-                                               <!-- <div  ng-show="isTestset && !isPalette && !isRequirementCoverage" style="width: 100%;height: 83.5vh;" ng-include src="'partials/portfolios/generate_testset.html'" ></div>
-                                               <div  ng-show="!isTestset && !isPalette && isRequirementCoverage" style="width: 100%;height: 83.5vh;" ng-include src="'partials/portfolios/requirement_coverage.html'" ></div> -->
+
                                  </div>
                         
                                        </div>
@@ -663,36 +523,6 @@ width: 14px;
                        </div>
 
                </div>
-
-               <!-- <div id="propertyExplorer" style="width: 20%;height:90vh" >
-
-                       <div class="panel panel-primary">
-                               <div class="panel-heading">
-                                       <div style="color: white;">
-
-                                               <span class="pull-left"> <span>Property Explorer</span>
-
-                                               </span> <span class="pull-right" ng-click="showTDRView=!showTDRView"><i
-                                                       ng-class="showTDRView == true ?'fa fa-plus-circle':'fa fa-minus-circle'"></i></span>
-                                       </div>
-
-                                       <div class="clearfix"></div>
-                               </div>
-                               <div ng-class="{hidden:showTDRView,chaldean:showTDRView}">
-                                       <div class="panel-body" style="height: 79vh; overflow: auto;">
-                                       
-                                  
-                                       
-                               <div id="propertyDiv"  ng-show="ispropertyExplorer" ng-include  src="'./partials/portfolios/Property_Explorer.html'"></div>
-               
-                                 
-                               </div>
-                       </div>
-
-               </div>
-
-       </div> -->
-       
   </div>                                                               
 </div>
 <div ng-show ="isResult">      </div>