@@ -90,7 +90,7 @@ function FormatMegabytes($byte) {
9090 <img class="infoicon" src="<?php p (image_path ('core ' , 'actions/screen.svg ' )); ?> ">
9191 <?php p ($ l ->t ('Load ' )); ?>
9292 </h2>
93- <div class="infobox" id="cpuSection ">
93+ <div id="cpuSection" class="infobox ">
9494 <div class="cpu-wrapper">
9595 <canvas id="cpuloadcanvas" style="width:100%; height:200px" width="600" height="200"></canvas>
9696 </div>
@@ -103,7 +103,7 @@ function FormatMegabytes($byte) {
103103 <img class="infoicon" src="<?php p (image_path ('core ' , 'actions/quota.svg ' )); ?> ">
104104 <?php p ($ l ->t ('Memory ' )); ?>
105105 </h2>
106- <div class="infobox">
106+ <div id="memorySection" class="infobox">
107107 <div class="memory-wrapper">
108108 <canvas id="memorycanvas" style="width:100%; height:200px" width="600" height="200"></canvas>
109109 </div>
@@ -133,15 +133,15 @@ function FormatMegabytes($byte) {
133133 </div>
134134 <div class="diskinfo-container">
135135 <h3><?php p (basename ($ disk ->getDevice ())); ?> </h3>
136- <?php p ($ l ->t ('Mount ' )); ?> :
136+ <?php p ($ l ->t ('Mount ' )); ?> :
137137 <span class="info"><?php p ($ disk ->getMount ()); ?> </span><br>
138- <?php p ($ l ->t ('Filesystem ' )); ?> :
138+ <?php p ($ l ->t ('Filesystem ' )); ?> :
139139 <span class="info"><?php p ($ disk ->getFs ()); ?> </span><br>
140- <?php p ($ l ->t ('Size ' )); ?> :
140+ <?php p ($ l ->t ('Size ' )); ?> :
141141 <span class="info"><?php p (FormatMegabytes ($ disk ->getUsed () + $ disk ->getAvailable ())); ?> </span><br>
142- <?php p ($ l ->t ('Available ' )); ?> :
142+ <?php p ($ l ->t ('Available ' )); ?> :
143143 <span class="info"><?php p (FormatMegabytes ($ disk ->getAvailable ())); ?> </span><br>
144- <?php p ($ l ->t ('Used ' )); ?> :
144+ <?php p ($ l ->t ('Used ' )); ?> :
145145 <span class="info"><?php p ($ disk ->getPercent ()); ?> </span><br>
146146 </div>
147147 </div>
@@ -153,9 +153,9 @@ function FormatMegabytes($byte) {
153153 <?php p ($ l ->t ('You will get a notification once one of your disks is nearly full. ' )); ?>
154154 </div>
155155
156- <p><?php p ($ l ->t ('Files: ' )); ?> <em id="numFilesStorage"><?php p ($ _ ['storage ' ]['num_files ' ]); ?> </em ></p>
157- <p><?php p ($ l ->t ('Storages: ' )); ?> <em id="numFilesStorages"><?php p ($ _ ['storage ' ]['num_storages ' ]); ?> </em ></p>
158- <p><?php p ($ l ->t ('Free Space: ' )); ?> <em id="systemDiskFreeSpace"><?php p ($ _ ['system ' ]['freespace ' ]); ?> </em >
156+ <p><?php p ($ l ->t ('Files: ' )); ?> <strong id="numFilesStorage"><?php p ($ _ ['storage ' ]['num_files ' ]); ?> </strong ></p>
157+ <p><?php p ($ l ->t ('Storages: ' )); ?> <strong id="numFilesStorages"><?php p ($ _ ['storage ' ]['num_storages ' ]); ?> </strong ></p>
158+ <p><?php p ($ l ->t ('Free Space: ' )); ?> <strong id="systemDiskFreeSpace"><?php p ($ _ ['system ' ]['freespace ' ]); ?> </strong >
159159 </p>
160160 </div>
161161
0 commit comments