1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

Feature #3748: Refresh AR secgroup table in vnet create wizard setup

This commit is contained in:
Carlos Martín 2015-06-10 12:32:31 +02:00
parent 1d339c8b20
commit 017f0dcef9

View File

@ -247,6 +247,7 @@ define(function(require) {
var ar_section = $('#' + str_ar_tab_id + 'Tab', context);
ar_tab.setup(ar_section, str_ar_tab_id);
ar_tab.onShow();
}
function _submitWizard(context) {