]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: notes edit: set markdown basic as onlineHelp
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 5 Jul 2021 13:35:46 +0000 (15:35 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 5 Jul 2021 13:35:46 +0000 (15:35 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/window/NotesEdit.js

index 8bc9ee2610f71fe62aa68039d866e63ed990f8da..4649843ee39a7476279b56dc371a123dce7022fa 100644 (file)
@@ -2,6 +2,7 @@ Ext.define('PVE.window.NotesEdit', {
     extend: 'Proxmox.window.Edit',
 
     title: gettext('Notes'),
+    onlineHelp: 'markdown_basics',
 
     width: 800,
     height: '600px',