k8sClusters; k8sRepos
[osm/LW-UI.git] / k8srepohandler / template / modal / k8srepo_details.html
1 <!--
2 Copyright 2019 EveryUP srl
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 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 class="modal" id="modal_show_k8sr" xmlns="http://www.w3.org/1999/html">
18 <div class="modal-dialog">
19 <div class="modal-content">
20 <div class="modal-header">
21 <button type="button" class="close" data-dismiss="modal" aria-label="Close">
22 <span aria-hidden="true">×</span></button>
23 <h4 class="modal-title" >K8s Repository Details</h4>
24 </div>
25
26 <div class="modal-body" id="modal_show_k8sr_body">
27 <div class="modal-body" id="modal_show_k8sr_body" >
28 <textarea id="k8sr_view_json">
29 </textarea>
30 </div>
31 </div>
32 <div class="modal-footer">
33 <button type="button" class="btn btn-primary" data-dismiss="modal">Close</button>
34 </div>
35 </div>
36 <!-- /.modal-content -->
37 </div>
38 <!-- /.modal-dialog -->
39 </div>