IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
The loading of an external hosted ExtJS is from a time where we did
not have a extra ExtJS package as it still was in the pve-manager
one, which was not desired to be installed on a non-pve machine.
Add a dependency on libjs-extjs and a link from api-viewer/extjs to
the installation directory of the ExtJS package, this allows to reuse
ExtJS on PVE node hosted docs and on the hosted docs from proxmox.com
at the same time.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
The touch feels super zoomed, and the api-viewer is probably much
more viewed through a desktop/laptop not a mobile device with small
high-dpi touch screen.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
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>
if we have extended information available about what a API call
returns the show it.
Just stringify the items and/or properties object and put it in <pre>
tags.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Allow to use space better on higher resolutions.
Names, Defaults and Types can be read comfortably without the need of
resizing the colum width manually each time.
Cleanup trailing whithespace in the surrounding area.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
else no tab would be selected by default,
but the first would still be shown,
leading to confusion which tab is active
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>