]> git.proxmox.com Git - pve-manager.git/commit - www/manager6/qemu/Config.js
Fix Qemu summary view:
authorEmmanuel Kasper <e.kasper@proxmox.com>
Thu, 17 Mar 2016 09:31:08 +0000 (10:31 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 17 Mar 2016 09:44:10 +0000 (10:44 +0100)
commit6f68dcbedde729422d173af1a1f01bfb6cc92374
tree4030cf475e7942c339d2093eaa7e7f31c24454f7
parent9fb537753aade16cc3fe7d80dfdf7da4c31671b7
Fix Qemu summary view:

* replace scrollable with autoScroll and move to prototype body
* use 'activate' to load store on F5
* do not set a height on the StatusView component: it hides some rows,
and the framework sets a good working default height
* replace deprecated 'rows' parameter in textareafield with
height in pixels
www/manager6/panel/NotesView.js
www/manager6/qemu/Config.js
www/manager6/qemu/StatusView.js
www/manager6/qemu/Summary.js
www/manager6/window/NotesEdit.js