bareos: master 4f86fdca

Author Committer Branch Timestamp Parent
frank frank master 2020-03-25 14:53 master 9aef75f4 Pending
Changeset webui: lock restore form elements during jsTree loading events

We'll use our loading spinner as an overlay, which has a CSS z-index
value of 10000 to lock the restore form elements with a default z-index
value of 0, while jsTree is loading.

Fade in the loading spinner after the jsTree loading text is shown and
before loading starts (loading.jstree Event).

Fade out the loading spinner after all nodes are finished loading
(ready.jstree Event).

https://www.jstree.com/api/
mod - webui/module/Restore/view/restore/restore/index.phtml Diff File