mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-19 14:27:05 -04:00
Changed "Disk" to "Storage" which looked better when showing disk space for all storage areas.
This commit is contained in:
@@ -249,7 +249,7 @@ function getNavBarHTML() {
|
||||
</div>
|
||||
<ul class="list-inline">
|
||||
<li><?php echo translate('Load') ?>: <?php echo getLoad() ?></li>
|
||||
<li><?php echo translate('Disk') ?>: <?php echo getDiskPercent() ?>%</li>
|
||||
<li><?php echo translate('Storage') ?>: <?php echo getDiskPercent() ?>%</li>
|
||||
</ul>
|
||||
</div> <!-- End .footer -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user