pve-manager/www/manager6
2016-03-18 15:42:36 +01:00
..
button ext6migrate: remove trailing whitespaces 2016-03-16 16:32:55 +01:00
ceph ext6migrate: make some (sub)tabs lazy 2016-03-16 16:32:40 +01:00
data ext6migrate: add unqueue to UpdateQueue 2016-03-11 16:32:47 +01:00
dc formatting and trailing whitespaces fix 2016-03-15 16:31:02 +01:00
form copy form/QemuBiosSelector.js from manager to manager6 2016-03-18 15:42:36 +01:00
grid replace calls to new() with Ext.create() 2016-03-17 10:44:48 +01:00
ha ext6migrate: make some (sub)tabs lazy 2016-03-16 16:32:40 +01:00
lxc Don't set a fix size for MPResize window 2016-03-17 10:45:48 +01:00
node formatting and trailing whitespaces fix 2016-03-15 16:31:02 +01:00
panel Fix Qemu summary view: 2016-03-17 10:44:10 +01:00
pool ext6migrate: fix Pool View 2016-03-10 17:25:20 +01:00
qemu Enable four first tabs of Qemu Panel 2016-03-17 10:45:33 +01:00
storage formatting and trailing whitespaces fix 2016-03-15 16:31:02 +01:00
tree update leaf nodes instead of removing / readding them 2016-03-14 17:02:46 +01:00
window Fix Qemu summary view: 2016-03-17 10:44:10 +01:00
Parser.js copy missing methods from ExtJS 4 Parser.js 2016-03-09 18:02:28 +01:00
Readme.md rename manager5 to manager6 2016-01-22 11:24:10 +01:00
StateProvider.js ext6migrate: add missing items in statusprovider 2016-03-16 16:27:38 +01:00
Toolkit.js ext6: datepicker workaround 2016-03-15 12:45:40 +01:00
Utils.js fix monStoreErrors 2016-03-04 16:57:18 +01:00
VNCConsole.js ext6migrate: avoid using id 2016-03-11 16:34:55 +01:00
Workspace.js ext6migrate: change setContent behaviour of workspace 2016-03-11 16:36:35 +01:00

pveproxy with ExtJS 6 developpement mini howto

unpack the ExtJS 6 sources, and copy them to /usr/share/pve-manager/ext6

cd www/ext6/
make install

symlink the ext6 dir in pve-manager to the manager5 directory

cd /usr/share/pve-manager
ln -s PATH_TO_YOUR_GIT_REPO/www/manager6

access the PVE proxy with ExtJS 6

https://localhost:8006/?ext6=1

With the extra parameter ext6=1, pve-proxy will call the function PVE::ExtJSIndex6::get_index() which returns a HTML page, with all javascript symlinked from your git repository. Provided you included the javascript files in PVE/ExtJSIndex5.pm, after editing a file in the git repository, a simple refresh is enough to see your changes in the browser.