notes view: place collapse tool on the right

so it's always at the end for both the collapsed and expanded state

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2024-04-20 17:18:11 +02:00
parent 046ec35b11
commit d958d57e0d

View File

@ -7,6 +7,8 @@ Ext.define('Proxmox.panel.NotesView', {
bodyPadding: 10,
scrollable: true,
animCollapse: false,
collapseFirst: false,
maxLength: 64 * 1024,
enableTBar: false,
onlineHelp: 'markdown_basics',