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

feature #3748: Reflow role tabs before adding a new one

This commit is contained in:
Daniel Molina 2015-07-30 16:44:05 +02:00
parent 28f0c024eb
commit b9a313d99a

View File

@ -183,10 +183,11 @@ define(function(require) {
});
$(document).foundation('tab', 'reflow');
// Add first role
$("#tf_btn_roles", context).trigger("click");
$(document).foundation('reflow', 'tab');
Tips.setup(context);
return false;
}