[UI] Support data registration
[validation.git] / ui / src / main / webapp / app / BluvalUI / UnRegisterLayer / UnRegisterLayerTemplate.html
1 <!--
2 Copyright (c) 2019 AT&T Intellectual Property. All rights reserved.
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8        http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15 -->
16
17 <div id="page-content" class="content" style="padding: 25px;">
18     <div>
19         <h1 class="heading-page">Unregister Layer</h1>
20
21         <div>
22             <div class="form-row">
23                 <label for="textinputID-3a">Select Layer: </label> <select
24                     ng-model="selectedLayer"
25                     ng-change="selectedLayerChange()"
26                     ng-options="v for v in layers">
27                 </select>
28             </div>
29         </div>
30         <br>
31
32         <div ng-show="loadingLayers">
33             <img src=" static/fusion/images/giphy.gif" />
34         </div>
35
36         <div class="fn-ebz-container"
37             style="position: relative; top: 25px;">
38             <button href="javascript:void(0)" id="addbtn"
39                 style="bottom: -17px;" size="small"
40                 att-accessibility-click="13,32"
41                 class="btn btn-alt btn-small" ng-click="unRegister();">Unregister</button>
42         </div>
43     </div>
44 </div>