mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-15 20:11:47 +00:00
ui: panel/NotesView: eslint fixes
Signed-off-by: Dominic Jäger <d.jaeger@proxmox.com>
This commit is contained in:
parent
202298c10b
commit
193df2f373
@ -15,8 +15,8 @@ Ext.define('PVE.panel.NotesView', {
|
|||||||
{
|
{
|
||||||
text: gettext('Edit'),
|
text: gettext('Edit'),
|
||||||
handler: function() {
|
handler: function() {
|
||||||
var me = this.up('panel');
|
let view = this.up('panel');
|
||||||
me.run_editor();
|
view.run_editor();
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
@ -70,8 +70,8 @@ Ext.define('PVE.panel.NotesView', {
|
|||||||
tools: [{
|
tools: [{
|
||||||
type: 'gear',
|
type: 'gear',
|
||||||
handler: function() {
|
handler: function() {
|
||||||
var me = this.up('panel');
|
let view = this.up('panel');
|
||||||
me.run_editor();
|
view.run_editor();
|
||||||
},
|
},
|
||||||
}],
|
}],
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user