| <!-- |
| Copyright 2019 ETSI |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
| You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| |
| <div id="opennebula_config_collapse" class="config-vim row"> |
| |
| <div class="col-lg-6"> |
| <div class="row "> |
| |
| <label for="ov_sdn_ctrl" class="col-sm-4 control-label">SDN Controller</label> |
| <div class="col-sm-6 input-group input-group-sm"> |
| <p id="ov_sdn_ctrl"> {{ datacenter.sdn_ctrl|default:"---" }}</p> |
| </div> |
| </div> |
| <div class="row"> |
| <label for="ov_sdn_port_map" class="col-sm-4 control-label">SDN Port Mapping</label> |
| <div class="col-sm-6 input-group input-group-sm"> |
| <p id="ov_sdn_port_map"> {{ datacenter.sdn_port_map|default:"---" }}</p> |
| </div> |
| </div> |
| <div class="row"> |
| <label for="ov_vim_network_name" class="col-sm-4 control-label">VIM network name</label> |
| <div class="col-sm-6 input-group input-group-sm"> |
| <p id="ov_vim_network_name"> {{ datacenter.config.vim_network_name|default:"---" }}</p> |
| </div> |
| </div> |
| </div> |
| </div> |