]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
baculum: Tweak update statistics icon
authorMarcin Haba <marcin.haba@bacula.pl>
Thu, 1 Aug 2019 18:54:01 +0000 (20:54 +0200)
committerMarcin Haba <marcin.haba@bacula.pl>
Sat, 14 Dec 2019 14:55:28 +0000 (15:55 +0100)
gui/baculum/protected/Web/Pages/StatisticsList.page
gui/baculum/protected/Web/Pages/StatisticsView.page
gui/baculum/protected/Web/Portlets/MainSideBar.tpl

index 3648581acde19593e948443775936c93150751d1..8c967284ec6d9ffde2320208f0f6193b2e4cf90b 100644 (file)
@@ -3,7 +3,7 @@
        <!-- Header -->
        <header class="w3-container">
                <h5>
-                       <strong><i class="fa fa-file-medical-alt"></i> <%[ Statistics list ]%></strong>
+                       <strong><i class="fas fa-chart-line"></i> <%[ Statistics list ]%></strong>
                </h5>
        </header>
        <div class="w3-margin-left w3-margin-bottom">
index cf4cda2782806f7bc893e63ba1cb82874f06dcf6..854c762dc8d7e3133761c70f7d8a6111622bd268 100644 (file)
@@ -3,7 +3,7 @@
        <!-- Header -->
        <header class="w3-container">
                <h5>
-                       <strong><i class="fa fa-file-medical-alt"></i> <%[ Statistics details ]%></strong>
+                       <strong><i class="fas fa-chart-line"></i> <%[ Statistics details ]%></strong>
                </h5>
        </header>
        <h3 class="w3-margin-left"><%[ Statistics: ]%> <%=$this->getStatisticsName()%></h3>
index 0e0e2d64fcf8566a16f8599ae38c3db407ca6d96..0ac1d898768e64bff66a53f937e0f10548de334c 100644 (file)
@@ -36,7 +36,7 @@
                <a href="<%=$this->Service->constructUrl('ConfigureHosts')%>" class="w3-bar-item w3-button w3-padding<%=$this->Service->getRequestedPagePath() == 'ConfigureHosts' ? ' w3-blue': ''%><%=!$_SESSION['admin'] ? ' hide' : ''%>"><i class="fa fa-cog fa-fw"></i>  <%[ Configure ]%></a>
                <a href="<%=$this->Service->constructUrl('RestoreWizard')%>" class="w3-bar-item w3-button w3-padding<%=$this->Service->getRequestedPagePath() == 'RestoreWizard' ? ' w3-blue': ''%>"><i class="fa fa-reply fa-fw"></i>  <%[ Restore wizard ]%></a>
                <a href="<%=$this->Service->constructUrl('Graphs')%>" class="w3-bar-item w3-button w3-padding<%=$this->Service->getRequestedPagePath() == 'Graphs' ? ' w3-blue': ''%>"><i class="fa fa-chart-pie fa-fw"></i>  <%[ Graphs ]%></a>
-               <a href="<%=$this->Service->constructUrl('StatisticsList')%>" class="w3-bar-item w3-button w3-padding<%=in_array($this->Service->getRequestedPagePath(), array('StatisticsList', 'StatisticsView')) ? ' w3-blue': ''%><%=!$_SESSION['admin'] ? ' hide' : ''%>"><i class="fa fa-file-medical-alt fa-fw"></i>  <%[ Statistics ]%></a>
+               <a href="<%=$this->Service->constructUrl('StatisticsList')%>" class="w3-bar-item w3-button w3-padding<%=in_array($this->Service->getRequestedPagePath(), array('StatisticsList', 'StatisticsView')) ? ' w3-blue': ''%><%=!$_SESSION['admin'] ? ' hide' : ''%>"><i class="fas fa-chart-line fa-fw"></i>  <%[ Statistics ]%></a>
                <a href="<%=$this->Service->constructUrl('WebConfigWizard')%>" class="w3-bar-item w3-button w3-padding<%=$this->Service->getRequestedPagePath() == 'WebConfigWizard' ? ' w3-blue': ''%><%=!$_SESSION['admin'] ? ' hide' : ''%>"><i class="fa fa-wrench fa-fw"></i>  <%[ Settings ]%></a>
                <a href="<%=$this->Service->constructUrl('Users')%>" class="w3-bar-item w3-button w3-padding<%=$this->Service->getRequestedPagePath() == 'Users' ? ' w3-blue': ''%><%=!$_SESSION['admin'] ? ' hide' : ''%>"><i class="fa fa-users fa-fw"></i>  <%[ Users ]%></a>
        </div>