Update css file name in conf.py
[policy/engine.git] / POLICY-SDK-APP / src / main / webapp / app / policyApp / policy-models / policy_AdminTab.html
1 <!--/*-
2  * ============LICENSE_START=======================================================
3  * ONAP 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 <div id="page-content">
21         <div>
22                 <h1 style="text-align: left; color: #157bb2">Lockdown Application</h1>
23                 </br>
24                 <div>
25                         <label>Lockdown:</label> <br> <label class="btn-switch-label" style="width:100px">
26                                 <div>
27                                         <input type="checkbox"
28                                                 ng-click="saveLockDownValue(lockdowndata[0].lockdown);"
29                                                 ng-model="lockdowndata[0].lockdown" b2b-switches title="Click on the button to Lockdown Policy Application.">
30                                 </div>
31                         </label>
32                         <div ng-show="isDisabled" class="icon-lock"
33                                 style="clear: left; float: left">
34                                 <div class="lock-top-1" style="background-color: #2CC3B5"></div>
35                                 <div class="lock-top-2"></div>
36                                 <div class="lock-body" style="background-color: #2CC3B5"></div>
37                                 <div class="lock-hole"></div>
38                         </div>
39                 </div>
40         </div>
41 </div>