Big updates

This commit is contained in:
Logan
2026-04-21 01:51:23 -04:00
parent 788afca339
commit 6612e4b683
13 changed files with 168 additions and 49 deletions
+11
View File
@@ -233,6 +233,17 @@ export default function NodeDetailPage() {
>
Restart OP25
</button>
<button
disabled={sending}
onClick={() => {
if (confirm("Restart the node container to apply any pulled image updates?")) {
sendCommand("node_update");
}
}}
className="px-4 py-2 bg-gray-800 hover:bg-gray-700 text-gray-300 rounded-lg text-sm font-mono transition-colors disabled:opacity-50"
>
Update Node
</button>
<button
onClick={() => setShowDiscordJoin(true)}
className="px-4 py-2 bg-gray-800 hover:bg-gray-700 text-gray-300 rounded-lg text-sm font-mono transition-colors"