Commit 6a150142 authored by Dietmar Maurer's avatar Dietmar Maurer

make lint happy

parent 5aaa5c6a
......@@ -406,7 +406,7 @@ Ext.define('PVE.Utils', { statics: {
if (prefix) {
return prefix + ' ' + id + ' - ' + text;
}
return text
return text;
},
parse_task_upid: function(upid) {
......
......@@ -312,7 +312,7 @@ Ext.define('PVE.KVMConsole', {
handler: function () {
me.reloadApplet();
}
},
}
];
Ext.apply(me, {
......@@ -409,7 +409,7 @@ Ext.define('PVE.OpenVZConsole', {
me.reloadApplet();
}
}
];
];
Ext.apply(me, {
tbar: tbar,
......
......@@ -108,7 +108,7 @@ Ext.define('PVE.dc.AuthEdit', {
}
});
if (me.create) {
if (me.create) {
me.title = gettext('Create realm');
} else {
me.title = Ext.String.format(gettext('Edit realm {0}'), "'" + me.realm + "'");
......
......@@ -75,7 +75,7 @@ Ext.define('PVE.dc.StorageView', {
reload();
},
failure: function (response, opts) {
Ext.Msg.alert(gettetx('Error'), response.htmlStatus);
Ext.Msg.alert(gettext('Error'), response.htmlStatus);
}
});
}
......
......@@ -117,7 +117,7 @@ Ext.define('PVE.storage.NFSInputPanel', {
name: 'content',
value: 'images',
multiSelect: true,
fieldLabel: gettetx('Content'),
fieldLabel: gettext('Content'),
allowBlank: false
}
];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment