pve-manager/www/manager5
Alen Grizonic a00a9ffd80 bug #659 (pool support) fix
lxc added to additional GUI pool functions (also for ExtJS5)

Signed-off-by: Alen Grizonic <a.grizonic@proxmox.com>
2015-07-30 11:39:11 +02:00
..
button copy button/ConsoleButton.js from manager to manager5 2015-07-03 11:29:11 +02:00
data ext5migrate: replace call to private ExtJS function getRoot() 2015-07-22 12:16:18 +02:00
dc remove debugging traces 2015-07-30 09:03:55 +02:00
form bug #659 (pool support) fix 2015-07-30 11:39:11 +02:00
grid bug #659 (pool support) fix 2015-07-30 11:39:11 +02:00
panel copy panel/SubConfigPanel.js from manager to manager5 2015-07-03 11:29:11 +02:00
pool copy pool/Summary.js from manager to manager5 2015-07-03 11:29:11 +02:00
tree Add comment header for important classes, idea taken from Workspace.js 2015-05-29 09:05:48 +02:00
window bug #659 (pool support) fix 2015-07-30 11:39:11 +02:00
Parser.js copy Parser.js from manager to manager5 2015-07-03 11:29:11 +02:00
Readme.md Add Readme explaining how to use extjs5 for dev 2015-04-30 12:38:07 +02:00
StateProvider.js copy StateProvider.js from manager to manager5 2015-04-20 06:06:28 +02:00
Toolkit.js copy Toolkit.js from manager to manager5 2015-07-03 11:29:11 +02:00
Utils.js Add missing ')' to en-us keyboard layout option. 2015-07-28 09:19:17 +02:00
VNCConsole.js copy VNCConsole.js from manager to manager5 2015-07-03 11:29:11 +02:00
Workspace.js Add necessary javascript includes to load Status Panel 2015-05-29 09:04:21 +02:00

pveproxy with ExtJS 5 developpement mini howto

unpack the ExtJS 5 sources, and copy them to /usr/share/pve-manager/ext5

cd www/ext5/
make install

symlink the to our ext5 compatible javascript code

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

access the PVE proxy with ExtJS 5

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

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