From: Marcin Haba Date: Fri, 9 Jul 2021 19:20:16 +0000 (+0200) Subject: baculum: Move resource monitor and error message box to separate modules X-Git-Tag: Release-11.3.2~190 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a7a566926ad5923cc474708bf0d84848fe401e8;p=thirdparty%2Fbacula.git baculum: Move resource monitor and error message box to separate modules --- diff --git a/gui/baculum/protected/Web/Layouts/Main.tpl b/gui/baculum/protected/Web/Layouts/Main.tpl index f7c4f33c9..6bee69601 100644 --- a/gui/baculum/protected/Web/Layouts/Main.tpl +++ b/gui/baculum/protected/Web/Layouts/Main.tpl @@ -61,102 +61,16 @@
- - - + diff --git a/gui/baculum/protected/Web/Portlets/ErrorMessageBox.php b/gui/baculum/protected/Web/Portlets/ErrorMessageBox.php new file mode 100644 index 000000000..272b59503 --- /dev/null +++ b/gui/baculum/protected/Web/Portlets/ErrorMessageBox.php @@ -0,0 +1,33 @@ + + * @category Control + * @package Baculum Web + */ +class ErrorMessageBox extends Portlets { +} diff --git a/gui/baculum/protected/Web/Portlets/ErrorMessageBox.tpl b/gui/baculum/protected/Web/Portlets/ErrorMessageBox.tpl new file mode 100644 index 000000000..f7e3ad457 --- /dev/null +++ b/gui/baculum/protected/Web/Portlets/ErrorMessageBox.tpl @@ -0,0 +1,25 @@ + + diff --git a/gui/baculum/protected/Web/Portlets/ResourceMonitor.php b/gui/baculum/protected/Web/Portlets/ResourceMonitor.php new file mode 100644 index 000000000..deecb79a4 --- /dev/null +++ b/gui/baculum/protected/Web/Portlets/ResourceMonitor.php @@ -0,0 +1,33 @@ + + * @category Control + * @package Baculum Web + */ +class ResourceMonitor extends Portlets { +} diff --git a/gui/baculum/protected/Web/Portlets/ResourceMonitor.tpl b/gui/baculum/protected/Web/Portlets/ResourceMonitor.tpl new file mode 100644 index 000000000..7fa8defd4 --- /dev/null +++ b/gui/baculum/protected/Web/Portlets/ResourceMonitor.tpl @@ -0,0 +1,68 @@ +