[pve-devel] applied : [PATCH docs v2 1/3] api-viewer: use much smaller minified extjs
Dietmar Maurer
dietmar at proxmox.com
Thu Jul 26 14:11:40 CEST 2018
applied
> On July 25, 2018 at 11:21 AM Thomas Lamprecht <t.lamprecht at proxmox.com> wrote:
>
>
> 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 at proxmox.com>
> ---
>
> * new in v2
>
> api-viewer/index.html | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/api-viewer/index.html b/api-viewer/index.html
> index 97ed69e..e8a00bf 100644
> --- a/api-viewer/index.html
> +++ b/api-viewer/index.html
> @@ -6,7 +6,7 @@
> <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">
> - <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>
> </head>
> <body></body>
> --
> 2.18.0
>
>
> _______________________________________________
> pve-devel mailing list
> pve-devel at pve.proxmox.com
> https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
More information about the pve-devel
mailing list