mirror of
https://github.com/unraid/webgui.git
synced 2026-03-02 22:30:07 -06:00
Multi-language support
This commit is contained in:
@@ -159,7 +159,7 @@ function fs_info(&$disk) {
|
||||
}
|
||||
echo "<td>".device_browse($disk)."</td>";
|
||||
} else
|
||||
echo "<td>".vfs_type($disk['fsType'])."</td><td colspan='4' style='text-align:center'>{$disk['fsStatus']}";
|
||||
echo "<td>".vfs_type($disk['fsType'])."</td><td colspan='4' style='text-align:center'>"._($disk['fsStatus']);
|
||||
}
|
||||
function my_diskio($data) {
|
||||
return my_scale($data,$unit,1)." $unit/s";
|
||||
|
||||
Reference in New Issue
Block a user