mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-23 22:50:09 +03:00
feature #3748: Fix template tab reflow
This commit is contained in:
parent
f344a119c7
commit
9ad9b5a8c3
@ -105,7 +105,7 @@ define(function(require) {
|
||||
wizardTab.setup($('#' + wizardTab.wizardTabId, context));
|
||||
});
|
||||
|
||||
context.foundation('reflow', 'tab');
|
||||
context.foundation('tab', 'reflow');
|
||||
}
|
||||
|
||||
function _onShow(context) {
|
||||
|
@ -340,7 +340,7 @@ define(function(require) {
|
||||
|
||||
function _setup(context) {
|
||||
var that = this;
|
||||
context.foundation('reflow', 'tab');
|
||||
context.foundation('tab', 'reflow');
|
||||
that.numberOfProviders = 0;
|
||||
|
||||
// close icon: removing the tab on click
|
||||
|
@ -70,7 +70,7 @@ define(function(require) {
|
||||
that.numberOfNics = 0;
|
||||
that.nicTabObjects = {};
|
||||
|
||||
context.foundation('reflow', 'tab');
|
||||
context.foundation('tab', 'reflow');
|
||||
|
||||
// close icon: removing the tab on click
|
||||
context.on("click", "i.remove-tab", function() {
|
||||
|
@ -170,7 +170,7 @@ define(function(require) {
|
||||
|
||||
function _setup(context) {
|
||||
var that = this;
|
||||
context.foundation('reflow', 'tab');
|
||||
context.foundation('tab', 'reflow');
|
||||
|
||||
var kernelDSContext = $(".kernel_ds", context);
|
||||
var kernelDSInputsContext = $("#kernel_path_inputs", context);
|
||||
|
@ -73,7 +73,7 @@ define(function(require) {
|
||||
|
||||
function _setup(context) {
|
||||
var that = this;
|
||||
context.foundation('reflow', 'tab');
|
||||
context.foundation('tab', 'reflow');
|
||||
|
||||
context.on("change", "input[name='req_select']", function() {
|
||||
if ($("input[name='req_select']:checked").val() == "host_select") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user