Config has been updated
+
Set Serial Number
+ Cancel
diff --git a/client/src/components/TheOptions.vue b/client/src/components/TheOptions.vue
index c7cd0a9..3d3168f 100644
--- a/client/src/components/TheOptions.vue
+++ b/client/src/components/TheOptions.vue
@@ -58,12 +58,19 @@
Actions
+
-
- Reboot now
+
+ {{ pending === "reboot" ? "Reboot?" : "Reboot now" }}
- Shut down{{
+ pending === "shutdown" ? "Shut down?" : "Shut down"
+ }}