42713c87eceb33d520a42e19b64a1aa6075f11db
[clamp.git] / src / main / resources / META-INF / resources / designer / partials / portfolios / dashboard.html
1 <!--
2   ============LICENSE_START=======================================================
3   ONAP CLAMP
4   ================================================================================
5   Copyright (C) 2017 AT&T Intellectual Property. All rights
6                               reserved.
7   ================================================================================
8   Licensed under the Apache License, Version 2.0 (the "License"); 
9   you may not use this file except in compliance with the License. 
10   You may obtain a copy of the License at
11   
12   http://www.apache.org/licenses/LICENSE-2.0
13   
14   Unless required by applicable law or agreed to in writing, software 
15   distributed under the License is distributed on an "AS IS" BASIS, 
16   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
17   See the License for the specific language governing permissions and 
18   limitations under the License.
19   ============LICENSE_END============================================
20   ===================================================================
21   ECOMP is a trademark and service mark of AT&T Intellectual Property.
22   -->
23
24 <div attribute-test="dashboard" class="container-fluid" style="height: 87vh;">
25
26         <div  attribute-test="dashboard" id="UTMdashboard" style="width: 100%;height:87vh;display:inline-flex;" ng-class="{hidden:testsetgendashboard}">
27                 <div style="width: 30%;display:inline;height:87vh;">
28
29                         <div attribute-test="dashboard" class="panel panel-primary" style="height: 87vh">
30                                 <div attribute-test="dashboardh" class="panel-heading">
31                                         <div style="color: white;">
32
33                                                 <span class="pull-left"> <span>Project Explorer</span>
34                                                 </span> <span class="pull-right" ng-click="showUTMView=!showUTMView"><i
35                                                         ng-class="showUTMView == true ?'fa fa-plus-circle':'fa fa-minus-circle'"></i></span>
36                                         </div>
37
38                                         <div class="clearfix"></div>
39                                 </div>
40                                 <div ng-class="{hidden:showUTMView,chaldean:showUTMView}">
41                                 <div style="height: 82vh"></div>
42                                                 </div>
43                                 </div>
44                         </div>
45         
46                 <div attribute-test="dashboard" style="width: 70%;margin-left: 1%;">
47
48                         <div class="panel panel-primary" style="height: 87vh">
49                                 <div class="panel-heading">
50                                         <div style="color: white;">
51
52                                                 <span class="pull-left"> <span >Modeler</span>
53                                                         
54                                                 </span> <span class="pull-right" ng-click="showTDRView=!showTDRView"><i
55                                                         ng-class="showTDRView == true ?'fa fa-plus-circle':'fa fa-minus-circle'"></i></span>
56                                         </div>
57
58                                         <div class="clearfix"></div>
59                                 </div>
60                                 <div ng-class="{hidden:showTDRView,chaldean:showTDRView}">
61                                         <div class="panel-body" style="height: 82vh;">
62                                                 <div style="height: 82vh"></div>
63                                                 </div>
64
65                                         </div>
66                                 </div>
67
68                         </div>
69                         
70                         <!-- <div style="width: 20%;margin-left: 1%;margin-right: -12px;">
71
72                         <div class="panel panel-primary" style="height: 87vh">
73                                 <div class="panel-heading">
74                                         <div style="color: white;">
75
76                                                 <span class="pull-left"> <span>Property Explorer</span>
77                                                         
78                                                 </span> <span class="pull-right" ng-click="showTDRView=!showTDRView"><i
79                                                         ng-class="showTDRView == true ?'fa fa-plus-circle':'fa fa-minus-circle'"></i></span>
80                                         </div>
81
82                                         <div class="clearfix"></div>
83                                 </div>
84                                 <div ng-class="{hidden:showTDRView,chaldean:showTDRView}">
85                                         <div class="panel-body" style="height: 82vh;">
86                                                 <div style="height: 82vh"></div>
87                                                 </div>
88
89                                         </div>
90                                 </div>
91
92                         </div> -->
93
94         </div> 
95         
96