+
+
+
+
+
+
+
Advanced Settings
+
These settings can affect system behavior. Change with caution.
+
+
+
@@ -401,99 +511,6 @@
-
-
-
-
Database Management
-
Create snapshots, restore backups, and manage database files
-
-
-
-
-
Database Statistics
-
-
-
-
-
-
-
-
-
-
Create Database Snapshot
-
- Create a full backup of the current database state
-
-
-
-
-
-
-
-
-
-
Available Snapshots
-
-
-
-
-
-
-
-
-
-
-
-
No snapshots found
-
Create your first snapshot above
-
-
-
-
-
-
Upload Snapshot
-
- Upload a database snapshot file from another server
-
-
-
-
@@ -1346,11 +1363,11 @@ document.getElementById('uploadSnapshotForm').addEventListener('submit', async f
}
});
-// Load database stats and snapshots when danger zone tab is shown
+// Load database stats and snapshots when database tab is shown
const originalShowTab = showTab;
showTab = function(tabName) {
originalShowTab(tabName);
- if (tabName === 'danger') {
+ if (tabName === 'database') {
loadDatabaseStats();
loadSnapshots();
}