mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-05-29 12:29:22 +00:00
api-viewer: use much smaller minified extjs
Use the over 4 times smaller minfied version of ExtJS, not the debug one. Any developer can easily use the debug version if needed, but most of the times it this isn't the case. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
d986fd9040
commit
b23bc10ebd
@ -6,7 +6,7 @@
|
|||||||
<title>Proxmox VE API Documentation</title>
|
<title>Proxmox VE API Documentation</title>
|
||||||
|
|
||||||
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/extjs/6.0.1/classic/theme-crisp-touch/resources/theme-crisp-touch-all.css">
|
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/extjs/6.0.1/classic/theme-crisp-touch/resources/theme-crisp-touch-all.css">
|
||||||
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/extjs/6.0.1/ext-all-debug.js"></script>
|
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/extjs/6.0.1/ext-all.js"></script>
|
||||||
<script type="text/javascript" src="apidoc.js"></script>
|
<script type="text/javascript" src="apidoc.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body></body>
|
<body></body>
|
||||||
|
Loading…
Reference in New Issue
Block a user