Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pve-manager
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
pve-manager
Commits
c6a9beee
Commit
c6a9beee
authored
Apr 30, 2015
by
Emmanuel Kasper
Committed by
Dietmar Maurer
Apr 30, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Readme explaining how to use extjs5 for dev
parent
2489e2ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
Readme.md
www/manager5/Readme.md
+22
-0
No files found.
www/manager5/Readme.md
0 → 100644
View file @
c6a9beee
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.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment