Fixed the Policy API issues and Bugfixes
[policy/engine.git] / POLICY-SDK-APP / src / main / webapp / app / policyApp / policy-models / policy_Roles.html
1 <!--/*-
2  * ============LICENSE_START=======================================================
3  * ECOMP Policy Engine
4  * ================================================================================
5  * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
6  * ================================================================================
7  * Licensed under the Apache License, Version 2.0 (the "License");
8  * you may not use this file except in compliance with the License.
9  * You may obtain a copy of the License at
10  * 
11  *      http://www.apache.org/licenses/LICENSE-2.0
12  * 
13  * Unless required by applicable law or agreed to in writing, software
14  * distributed under the License is distributed on an "AS IS" BASIS,
15  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16  * See the License for the specific language governing permissions and
17  * limitations under the License.
18  * ============LICENSE_END=========================================================
19  */-->
20 <style>
21 /* The Modal (background) */
22 .modal {
23     display: block; 
24     position: fixed; 
25     z-index: 1; 
26     left: 0;
27     top: 0;
28     width: 100%; 
29     height: 100%; 
30     overflow: auto; 
31     background-color: rgb(0,0,0); 
32     background-color: rgba(0,0,0,0.4);
33 }
34 </style>
35 <div id="page-content" style="margin-bottom: 20px; width: 100%">
36         <div>
37                 <h1 style="text-align: left; color: #157bb2">Roles</h1>
38                 <div ng-show="showLoader" class="span loader-container">
39                         <i class="icon-spinner" role="img"
40                                 aria-label="Please wait while we load your content"></i>
41                 </div>
42                 <div ng-show="isDisabled" class="icon-lock"
43                         style="clear: left; float: left">
44                         <div class="lock-top-1" style="background-color: #2CC3B5"></div>
45                         <div class="lock-top-2"></div>
46                         <div class="lock-body" style="background-color: #2CC3B5"></div>
47                         <div class="lock-hole"></div>
48                 </div>
49         </div>
50         <div ng-hide="showLoader">
51                 <div style="height: 580px; width: 98%" ui-grid="rolesTableGrid" ui-grid-pagination ui-grid-selection
52                         class="grid"></div>
53         </div>
54 </div>