mirror of
https://github.com/unraid/webgui.git
synced 2026-04-24 11:19:25 -05:00
Multi-language support
This commit is contained in:
@@ -114,7 +114,7 @@ foreach ($vms as $vm) {
|
||||
echo "<td>$mem</td>";
|
||||
echo "<td title='$diskdesc'>$disks</td>";
|
||||
echo "<td>$graphics</td>";
|
||||
echo "<td><input class='autostart' type='checkbox' name='auto_{$vm}' title='Toggle VM auostart' uuid='$uuid' $auto></td></tr>";
|
||||
echo "<td><input class='autostart' type='checkbox' name='auto_{$vm}' title='"._('Toggle VM auostart')."' uuid='$uuid' $auto></td></tr>";
|
||||
|
||||
/* Disk device information */
|
||||
echo "<tr child-id='$i' id='name-$i".(in_array('name-'.$i++,$show) ? "'>" : "' style='display:none'>");
|
||||
|
||||
Reference in New Issue
Block a user