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

B #5322: sunstone upload image (#1084)

Signed-off-by: Jorge Lobo <jlobo@opennebula.io>
(cherry picked from commit c3dc6a509d641e4b4fc626f6ec6a660d8d614f2f)
This commit is contained in:
Jorge Miguel Lobo Escalona 2021-04-08 19:17:28 +02:00 committed by Ruben S. Montero
parent 4601faa857
commit 86d3341ef2
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -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;
}
});