mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
Signed-off-by: Jorge Lobo <jlobo@opennebula.io>
This commit is contained in:
parent
3333b780ce
commit
c3dc6a509d
@ -204,7 +204,7 @@ define(function(require) {
|
||||
var that = this;
|
||||
$.each(this.wizardTabs, function(index, wizardTab) {
|
||||
wizardTab.setup($("#" + wizardTab.wizardTabId, context));
|
||||
if(wizardTab.title === "Image"){
|
||||
if(wizardTab.title === Locale.tr("Image")){
|
||||
that.uploader = wizardTab.uploader;
|
||||
}
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user