fix server
This commit is contained in:
@@ -1374,6 +1374,7 @@ class Server extends CommonDBTM
|
||||
|
||||
$formAction = PLUGIN_URBACKUP_WEB_DIR . '/front/server.form.php';
|
||||
|
||||
echo '<div class="table-responsive">';
|
||||
echo '<table class="table table-striped table-hover">';
|
||||
echo '<thead><tr>';
|
||||
echo '<th>' . htmlspecialchars(__('Name')) . '</th>';
|
||||
@@ -1430,6 +1431,7 @@ class Server extends CommonDBTM
|
||||
|
||||
echo '</tbody>';
|
||||
echo '</table>';
|
||||
echo '</div>';
|
||||
}
|
||||
|
||||
private static function getCachedName(string $classname, int $id, array &$cache): string
|
||||
|
||||
Reference in New Issue
Block a user