mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-29 18:50:08 +03:00
Feature #4019: Add network cluster name to vcenter import dialog
This commit is contained in:
parent
378136c1d9
commit
c48eea8cb6
@ -135,7 +135,8 @@ define(function(require) {
|
||||
'<div class="large-12 columns">' +
|
||||
'<label>' +
|
||||
'<input type="checkbox" class="network_name" checked/> ' +
|
||||
network.name + ' <span style="color: #999">' + network.type + '</span>' +
|
||||
network.name + ' <span style="color: #999">' + network.cluster + '</span>' +
|
||||
' <span style="color: #999">' + network.type + '</span>' +
|
||||
'</label>' +
|
||||
'</div>'+
|
||||
'<div class="large-2 columns">'+
|
||||
|
Loading…
x
Reference in New Issue
Block a user