1
0
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:
Tino Vazquez 2016-04-15 18:31:41 +02:00
parent 67928b197d
commit f13cf8fe43
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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;