bareos: bareos-18.2 c82c33ce

Author Committer Branch Timestamp Parent
frank frank bareos-18.2 2019-08-16 21:24 bareos-18.2 3ed5379b Pending
Changeset webui: Notify user about Bvfs cache update

Display an bvfs update cache notification in the restore filetree
container while loading the tree and in case of an error after tree
loading failed.

The filetree refresh timeout is now configurable by the
filetree_refresh_timeout parameter in restore section of the
configuration.ini file. The default of the parameter is
set to 120 seconds.

[restore]
; Restore filetree refresh timeout after n milliseconds
; Default: 120000 milliseconds
filetree_refresh_timeout=120000
mod - webui/config/autoload/global.php.in Diff File
mod - webui/install/configuration.ini.in Diff File
mod - webui/module/Auth/src/Auth/Controller/AuthController.php Diff File
mod - webui/module/Restore/view/restore/restore/index.phtml Diff File