fix server

This commit is contained in:
test
2026-09-02 13:14:19 +02:00
parent f849a069f8
commit 15713e70a4
10 changed files with 76 additions and 5 deletions
+2
View File
@@ -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