mobile ui: statically import widget toolkit

as loading the whole wtk breaks the mobile ui and is
- not always trivial to fix
- a sisyphean task (in the future)
- we don't check this often, so breakage is likely to go unnoticed

I.e., just much simple to freeze this also in time..

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-05-28 19:19:53 +02:00
parent 5ba187c1a8
commit 0947b5c36f
4 changed files with 1418 additions and 2 deletions

View File

@ -4,6 +4,7 @@ include ../../defines.mk
# extjs/classic/classic/src/util/Cookies.js
JSSRC= \
WidgetToolkitUtils.js \
Cookies.js \
../manager6/Utils.js \
../manager6/Parser.js \

File diff suppressed because it is too large Load Diff

View File

@ -25,7 +25,6 @@
[%- ELSE %]
<script type="text/javascript" src="/pve2/sencha-touch/sencha-touch-all.js"></script>
[% END %]
<script type="text/javascript" src="/proxmoxlib.js?ver=[% wtversion %]"></script>
<script type="text/javascript" src="/pve2/touch/pvemanager-mobile.js?ver=[% version %]"></script>
<script type="text/javascript">
if (typeof(PVE) === 'undefined') PVE = {};

View File

@ -1 +1 @@
/* currently empty */
/* currently empty */