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

B #5322: sunstone upload image (#1084)

Signed-off-by: Jorge Lobo <jlobo@opennebula.io>
This commit is contained in:
Jorge Miguel Lobo Escalona 2021-04-08 19:17:28 +02:00 committed by GitHub
parent 3333b780ce
commit c3dc6a509d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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