From: Marcin Haba Date: Fri, 9 Jul 2021 04:11:06 +0000 (+0200) Subject: baculum: Make job status pie chart smaller - idea proposed by Sergey Zhidkov X-Git-Tag: Release-11.3.2~192 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a59cacbfe851b959a44e72ec4d0fa37423a11341;p=thirdparty%2Fbacula.git baculum: Make job status pie chart smaller - idea proposed by Sergey Zhidkov Also improve responsive view of header boxes on dashboard page --- diff --git a/gui/baculum/protected/Web/Pages/Dashboard.page b/gui/baculum/protected/Web/Pages/Dashboard.page index b8cdb239e..6b8f4de6c 100644 --- a/gui/baculum/protected/Web/Pages/Dashboard.page +++ b/gui/baculum/protected/Web/Pages/Dashboard.page @@ -8,12 +8,12 @@
-
-
+
+
-

-

+

-

-

<%[ Clients ]%>

+
<%[ Clients ]%>

<%[ The most often used: ]%>

<%[ Job count the most used: ]%> <%[ jobs ]%>

@@ -22,12 +22,12 @@
-
-
+
+
-

-

+

-

-

<%[ Finished jobs ]%>

+
<%[ Finished jobs ]%>

<%[ The most often used: ]%>

<%[ Execution count most used: ]%> <%[ times ]%>

@@ -35,12 +35,12 @@
-
-
+
+
-

-

+

-

-

<%[ Pools ]%>

+
<%[ Pools ]%>

<%[ The most often used: ]%>

<%[ Job count the most used: ]%> <%[ jobs ]%>

@@ -48,12 +48,12 @@
-
-
+
+
-

-

+

-

-

<%[ Total bytes ]%>

+
<%[ Total bytes ]%>

<%[ Total files: ]%>

@@ -62,7 +62,7 @@
-
+
@@ -73,7 +73,7 @@
<%[ Database type: ]%>
-
<%[ Database size: ]%>
+
<%[ Database size: ]%>  
@@ -93,7 +93,7 @@
-
+
diff --git a/gui/baculum/themes/Baculum-v2/css/baculum.css b/gui/baculum/themes/Baculum-v2/css/baculum.css index ed38aeff4..53a5c0bcf 100644 --- a/gui/baculum/themes/Baculum-v2/css/baculum.css +++ b/gui/baculum/themes/Baculum-v2/css/baculum.css @@ -4,7 +4,8 @@ } #jobs_summary_graph { - height: 380px; + height: 310px; + max-width: 800px; z-index: 0; cursor: pointer; } @@ -405,7 +406,7 @@ table.component td:nth-of-type(1) { } .usage_box { - height: 78px; + height: 79px; -webkit-transition: height 0.3s; /* For Safari 3.1 to 6.0 */ transition: height 0.3s; } @@ -414,8 +415,13 @@ table.component td:nth-of-type(1) { height: 140px; } +.usage_box h5 { + margin-top: 5px; + margin-left: 47px; +} + .usage_box h4 { - margin-left: 78px; + margin-top: 3px; } .info {