Fix: Server overview won't hide last modify column.
This commit is contained in:
@@ -238,7 +238,7 @@ class serverOverviewBuilder
|
|||||||
<?php }
|
<?php }
|
||||||
?>
|
?>
|
||||||
<th data-column="server_power_state"><?php echo __('server_power_state') ?></th>
|
<th data-column="server_power_state"><?php echo __('server_power_state') ?></th>
|
||||||
<th data-column="last_modified_date"><?php echo __('last_modified_date') ?></th>
|
<th data-column="server_modified_timestamp"><?php echo __('last_modified_date') ?></th>
|
||||||
<th data-column="server_description"><?php echo __('description') ?></th>
|
<th data-column="server_description"><?php echo __('description') ?></th>
|
||||||
<th data-column="action">
|
<th data-column="action">
|
||||||
<?php echo __('action') ?>
|
<?php echo __('action') ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user