+ {Boolean(updateErr) && }
+
+
+ Workspaces will only be turned off for updates (due to settings{" "}
+ configured by template admins) when your configured quiet hours{" "}
+ start. Workspaces may still be automatically stopped at any other
+ time due to inactivity.
+
+
+ {!initialValues.user_set && (
+
+ You are currently using the default quiet hours schedule, which is
+ every day at {initialValues.time}
in{" "}
+ {initialValues.timezone}
. You can set a custom quiet
+ hours schedule below.
+
+ )}
+
+
+
+
+
+
+
+
+ {allTimezones.map((tz) => (
+
+ ))}
+
+
+
+
+
+
+
+
+ {submitting ? "" : "Update schedule"}
+
+
+
+