Policy 1707 commit to LF
[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 .modal {
22         display: block;
23 }
24
25 .modal {
26         overflow-y: auto;
27         max-height: 90%;
28         margin-top: 5%;
29         margin-bottom: 5%;
30         margin-left: 10%;
31         margin-right: 10%;
32 }
33 </style>
34 <div id="page-content" style="margin-bottom: 20px; width: 100%">
35         <div>
36                 <h1 style="text-align: left; color: #157bb2">Roles</h1>
37                 <div ng-show="showLoader" class="span loader-container">
38                         <i class="icon-spinner" role="img"
39                                 aria-label="Please wait while we load your content"></i>
40                 </div>
41                 <div ng-show="isDisabled" class="icon-lock"
42                         style="clear: left; float: left">
43                         <div class="lock-top-1" style="background-color: #2CC3B5"></div>
44                         <div class="lock-top-2"></div>
45                         <div class="lock-body" style="background-color: #2CC3B5"></div>
46                         <div class="lock-hole"></div>
47                 </div>
48         </div>
49         <div ng-hide="showLoader">
50                 <div style="height: 580px; width: 98%" ui-grid="rolesTableGrid" ui-grid-pagination ui-grid-selection
51                         class="grid"></div>
52         </div>
53 </div>