mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
Signed-off-by: Jorge Lobo <jlobo@opennebula.io> (cherry picked from commit c3dc6a509d641e4b4fc626f6ec6a660d8d614f2f)
This commit is contained in:
parent
4601faa857
commit
86d3341ef2
@ -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