Commit 5be8749d authored by Dietmar Maurer's avatar Dietmar Maurer

make lint happy

parent edab516a
......@@ -178,7 +178,7 @@ Ext.define('PVE.qemu.HDThrottle', {
var ipanel = Ext.create('PVE.qemu.HDThrottleInputPanel', {
confid: me.confid,
nodename: nodename,
nodename: nodename
});
var subject;
......
......@@ -304,7 +304,7 @@ Ext.define('PVE.qemu.HardwareView', {
handler: run_move
});
var diskthrottle_btn = new PVE.button.Button({
var diskthrottle_btn = new PVE.button.Button({
text: gettext('Disk Throttle'),
selModel: sm,
disabled: true,
......
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