mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-04 03:03:45 +00:00
pveproxy: add link to extjs for api-viewer
allows us to remove the external loading of extjs from the cloudflare cdn in pve-docs easier with having the external hosted version in mind. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
3c8c1f1da7
commit
b2682f33ce
@ -81,6 +81,7 @@ sub init {
|
||||
add_dirs($dirs, '/pve2/fa/fonts/' => "$basedirs->{fontawesome}/fonts/");
|
||||
add_dirs($dirs, '/pve2/fa/css/' => "$basedirs->{fontawesome}/css/");
|
||||
add_dirs($dirs, '/pve-docs/' => "$basedirs->{docs}/");
|
||||
add_dirs($dirs, '/pve-docs/api-viewer/extjs/' => "$basedirs->{extjs}/");
|
||||
add_dirs($dirs, '/novnc/' => "$basedirs->{novnc}/");
|
||||
add_dirs($dirs, '/xtermjs/' => "$basedirs->{xtermjs}/");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user