Big updates
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user