what a difference a single space makes
This commit is contained in:
parent
9f1901e413
commit
4c242ef973
|
@ -399,7 +399,7 @@ function getStorageHTML() {
|
||||||
}
|
}
|
||||||
$title = human_filesize($S->disk_used_space()) . ' of ' . human_filesize($S->disk_total_space()).
|
$title = human_filesize($S->disk_used_space()) . ' of ' . human_filesize($S->disk_total_space()).
|
||||||
( ( $S->disk_used_space() != $S->event_disk_space() ) ? ' ' .human_filesize($S->event_disk_space()) . ' used by events' : '' );
|
( ( $S->disk_used_space() != $S->event_disk_space() ) ? ' ' .human_filesize($S->event_disk_space()) . ' used by events' : '' );
|
||||||
return '<span class="ml-1'.$class.'" title="'.$title.'">'.$S->Name() . ': ' . $S->disk_usage_percent().'%' . '</span>';
|
return '<span class="ml-1 '.$class.'" title="'.$title.'">'.$S->Name() . ': ' . $S->disk_usage_percent().'%' . '</span>';
|
||||||
};
|
};
|
||||||
|
|
||||||
$storage_areas = ZM\Storage::find(array('Enabled'=>true));
|
$storage_areas = ZM\Storage::find(array('Enabled'=>true));
|
||||||
|
|
Loading…
Reference in New Issue