mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Set min-width
This commit is contained in:
@ -12,10 +12,10 @@ else {
|
||||
echo '</td>';
|
||||
|
||||
if ($vm['vmwVmState'] == 'powered off') {
|
||||
echo '<td class="list"><span class="label label-default">OFF</span></td>';
|
||||
echo '<td class="list"><span style="min-width:40px; display:inline-block;" class="label label-default">OFF</span></td>';
|
||||
}
|
||||
else {
|
||||
echo '<td class="list"><span class="label label-success">ON</span></td>';
|
||||
echo '<td class="list"><span style="min-width:40px; display:inline-block;" class="label label-success">ON</span></td>';
|
||||
}
|
||||
|
||||
if ($vm['vmwVmGuestOS'] == 'E: tools not installed') {
|
||||
@ -38,4 +38,4 @@ else {
|
||||
echo '<td class=list>'.sprintf('%.2f', $vm['vmwVmMemSize']).' MB</td>';
|
||||
}
|
||||
|
||||
echo '<td class="list">'.$vm['vmwVmCpus'].' CPU</td>';
|
||||
echo '<td class="list">'.$vm['vmwVmCpus'].' CPU</td>';
|
||||
|
Reference in New Issue
Block a user