This commit is contained in:
Raven Scott
2026-05-27 22:43:41 -04:00
parent 8b6789805c
commit 276eb4e015
4 changed files with 154 additions and 7 deletions
@@ -682,7 +682,7 @@ async function cleanDnsPassStorage() {
console.warn('Could not fetch status for confirmation dialog:', err);
}
let warningMessage = '⚠️ WARNING: This will delete all DNS Pass data and immediately shut down the system for reinitialization.\n\n';
let warningMessage = '⚠️ WARNING: This will delete DNS Pass data plus plugin spec/db cache data and immediately shut down the system for reinitialization.\n\n';
if (statusInfo.peersCount > 0) {
warningMessage += `${statusInfo.peersCount} peers are currently connected - they will be disconnected\n`;
@@ -715,7 +715,7 @@ async function cleanDnsPassStorage() {
const result = await response.json();
if (window.showNotification) {
window.showNotification('🧹 DNS Pass storage cleaned. System shutting down for reinitialization...', 'success');
window.showNotification('🧹 DNS + plugin storage cleaned. System shutting down for reinitialization...', 'success');
}
// Clear any existing invite diagnostics results since the state has changed
@@ -734,7 +734,7 @@ async function cleanDnsPassStorage() {
// Restore button
if (buttonEl) {
buttonEl.disabled = false;
buttonEl.innerHTML = '🗑️ Clean DNS Storage';
buttonEl.innerHTML = '🗑️ Clean & Restart';
}
}
}
@@ -782,7 +782,7 @@ async function showRestartRequiredMessage() {
<div class="ml-3 flex-1">
<h4 class="text-base font-semibold text-orange-200 mb-1">System Restart Required</h4>
<p class="text-orange-100 text-sm mb-2">
DNS Pass storage cleaned. Process must restart for reinitialization.
DNS + plugin storage cleaned. Process must restart for reinitialization.
</p>
<div class="bg-orange-800 rounded p-2 mb-2">
<p class="text-xs text-orange-200 font-mono">
@@ -820,7 +820,7 @@ function showShutdownMessage(result) {
<div class="ml-3 flex-1">
<h4 class="text-base font-semibold text-red-200 mb-1">System Shutting Down</h4>
<p class="text-red-100 text-sm mb-2">
DNS Pass storage cleaned. Process shutting down for reinitialization.
DNS + plugin storage cleaned. Process shutting down for reinitialization.
</p>
<div class="bg-red-800 rounded p-2 mb-2">
<p class="text-xs text-red-200 font-mono">