mirror of
https://github.com/unraid/webgui.git
synced 2026-01-18 23:50:12 -06:00
@@ -48,7 +48,7 @@ function autoscale($value) {
|
||||
$decimals = $base ? ($value>=100 ? 0 : ($value>=10 ? 1 : (round($value*100)%100===0 ? 0 : 2))) : 0;
|
||||
return number_format($value, $decimals, '.', $value>9999 ? ',' : '').' '.$unit[$base];
|
||||
}
|
||||
function align($text, $w=30) {
|
||||
function align($text, $w=25) {
|
||||
return $text.str_repeat(' ',$w-min(strlen($text),$w-1));
|
||||
}
|
||||
function gap($text) {
|
||||
|
||||
0
plugins/dynamix.docker.manager/scripts/update_container
Normal file → Executable file
0
plugins/dynamix.docker.manager/scripts/update_container
Normal file → Executable file
Reference in New Issue
Block a user