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

make lint happy

parent 5aaa5c6a
...@@ -406,7 +406,7 @@ Ext.define('PVE.Utils', { statics: { ...@@ -406,7 +406,7 @@ Ext.define('PVE.Utils', { statics: {
if (prefix) { if (prefix) {
return prefix + ' ' + id + ' - ' + text; return prefix + ' ' + id + ' - ' + text;
} }
return text return text;
}, },
parse_task_upid: function(upid) { parse_task_upid: function(upid) {
......
...@@ -312,7 +312,7 @@ Ext.define('PVE.KVMConsole', { ...@@ -312,7 +312,7 @@ Ext.define('PVE.KVMConsole', {
handler: function () { handler: function () {
me.reloadApplet(); me.reloadApplet();
} }
}, }
]; ];
Ext.apply(me, { Ext.apply(me, {
...@@ -409,7 +409,7 @@ Ext.define('PVE.OpenVZConsole', { ...@@ -409,7 +409,7 @@ Ext.define('PVE.OpenVZConsole', {
me.reloadApplet(); me.reloadApplet();
} }
} }
]; ];
Ext.apply(me, { Ext.apply(me, {
tbar: tbar, tbar: tbar,
......
...@@ -108,7 +108,7 @@ Ext.define('PVE.dc.AuthEdit', { ...@@ -108,7 +108,7 @@ Ext.define('PVE.dc.AuthEdit', {
} }
}); });
if (me.create) { if (me.create) {
me.title = gettext('Create realm'); me.title = gettext('Create realm');
} else { } else {
me.title = Ext.String.format(gettext('Edit realm {0}'), "'" + me.realm + "'"); me.title = Ext.String.format(gettext('Edit realm {0}'), "'" + me.realm + "'");
......
...@@ -75,7 +75,7 @@ Ext.define('PVE.dc.StorageView', { ...@@ -75,7 +75,7 @@ Ext.define('PVE.dc.StorageView', {
reload(); reload();
}, },
failure: function (response, opts) { 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', { ...@@ -117,7 +117,7 @@ Ext.define('PVE.storage.NFSInputPanel', {
name: 'content', name: 'content',
value: 'images', value: 'images',
multiSelect: true, multiSelect: true,
fieldLabel: gettetx('Content'), fieldLabel: gettext('Content'),
allowBlank: false 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