1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-26 06:50:09 +03:00

B #5344: Remove IO section from VM update conf (#1154)

Signed-off-by: Frederick Borges <fborges@opennebula.io>
(cherry picked from commit 822cdeae453d2ef63823ad30dcf26a669d906174)
This commit is contained in:
Frederick Borges 2021-04-28 19:49:20 +02:00 committed by Tino Vazquez
parent 6cfc15a4c0
commit 9835f1f39d
No known key found for this signature in database
GPG Key ID: 14201E424D02047E

View File

@ -40,7 +40,6 @@ define(function(require) {
var TEMPLATE_TAB_ID = require('tabs/templates-tab/tabId');
var WIZARD_TABS = [
require('tabs/templates-tab/form-panels/create/wizard-tabs/os'),
require('tabs/templates-tab/form-panels/create/wizard-tabs/io'),
require('tabs/templates-tab/form-panels/create/wizard-tabs/context'),
require('tabs/templates-tab/form-panels/create/wizard-tabs/other')
];