fix missing license headers
[osm/LW-UI.git] / vimhandler / template / config / opennebula.html
1 <!--
2 Copyright 2019 ETSI
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 id="opennebula_config_collapse" class="config-vim row">
18 <div class="col-lg-6">
19 <div class="row ">
20 <div class="form-group">
21 <label for="ov_sdn_ctrl" class="col-sm-4 control-label">SDN Controller</label>
22 <div class="col-sm-6 input-group input-group-sm">
23 <input disabled class="form-control config-input" id="ov_sdn_ctrl" name="config_sdn_controller"
24 placeholder="sdn_controller">
25 </div>
26 </div>
27 </div>
28 <div class="row">
29 <div class="form-group">
30 <label for="ov_sdn_port_map" class="col-sm-4 control-label">SDN Port Mapping</label>
31 <div class="col-sm-6 input-group input-group-sm">
32 <input disabled class="form-control config-input" id="ov_sdn_port_map"
33 name="config_sdn_port_mapping"
34 placeholder="sdn_port_mapping">
35 </div>
36 </div>
37 </div>
38 <div class="row">
39 <div class="form-group">
40 <label for="ov_vim_network_name" class="col-sm-4 control-label">VIM network name</label>
41 <div class="col-sm-6 input-group input-group-sm">
42 <input disabled class="form-control config-input" id="ov_vim_network_name"
43 name="config_vim_network_name"
44 placeholder="vim_network_name">
45 </div>
46 </div>
47 </div>
48 </div>
49 </div>