]> git.proxmox.com Git - pve-manager.git/commit
fix #5734: provide missing methods for Proxmox.Utils for mobile ui
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 23 Sep 2024 10:33:31 +0000 (12:33 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 25 Sep 2024 12:49:21 +0000 (14:49 +0200)
commit5d24b7d37eb43fe782aaac8e2cf3f3765a6aaecd
tree642d13c464420ba9a1fbb4783990a500970aacde
parent3e0176e6bb2ade3b9031c4b179f29315fa8c4acf
fix #5734: provide missing methods for Proxmox.Utils for mobile ui

since the mobile ui shares the Utils code with the desktop web ui, (but
not the proxmox-widget-toolkit) all methods used in constructors, etc.
there must be available in the mobile ui too.

We don't have any notification configuration options in the mobile ui,
and AFAIK we don't plan to add those there, so we can just implement
stub functions. This way the Utils constructor can proceed without
errors, fixing loading the mobile ui.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
www/mobile/WidgetToolkitUtils.js