mirror of
https://github.com/OpenNebula/one.git
synced 2025-02-12 21:57:23 +03:00
Enable storage tab in vcenter view
This commit is contained in:
parent
67928b197d
commit
f13cf8fe43
@ -210,7 +210,7 @@ tabs:
|
||||
panel_tabs:
|
||||
vm_info_tab: true
|
||||
vm_capacity_tab: true
|
||||
vm_hotplugging_tab: false
|
||||
vm_hotplugging_tab: true
|
||||
vm_network_tab: true
|
||||
vm_snapshot_tab: true
|
||||
vm_placement_tab: true
|
||||
|
@ -52,7 +52,7 @@ define(function(require) {
|
||||
this.wizardTabId = WIZARD_TAB_ID;
|
||||
this.icon = 'fa-tasks';
|
||||
this.title = Locale.tr("Storage");
|
||||
this.classes = "hypervisor only_kvm"
|
||||
this.classes = "hypervisor only_kvm only_vcenter"
|
||||
}
|
||||
|
||||
WizardTab.prototype.constructor = WizardTab;
|
||||
|
Loading…
x
Reference in New Issue
Block a user