+ {storage.status === "available" + ? storage.label + : storage.status === "loading" + ? "Reading storage…" + : "Storage unavailable"} +
+ {storage.status === "available" ? ( + <> ++ Checked{" "} + +
+ > + ) : null} ++ Connect an environment to check its disk space. +
+ ) : ( + environments.map((environment) => ( ++ {connectionStatusText(environment.connection)} +
+Storage unavailable
+ )} ++ Disk containing each server's T3 data. Projects on other drives may have different space + available. +
+{metadataBits.join(" · ")}
@@ -3132,10 +3133,14 @@ export function ConnectionsSettings() { return (+ {reading} +
+ {storage.status === "available" ? ( +
+ {Math.round(100 - storage.availablePercent)}% used or reserved
+
+ Checked {new Date(storage.sampledAt).toLocaleTimeString()}
+
+ Disk containing this server's T3 data. Other drives may have different space available. +
+- {storage.status === "available" - ? storage.label - : storage.status === "loading" - ? "Reading storage…" - : "Storage unavailable"} -
- {storage.status === "available" ? ( - <> -- Checked{" "} - -
- > - ) : null} -- Connect an environment to check its disk space. -
- ) : ( - environments.map((environment) => ( -- {connectionStatusText(environment.connection)} -
-Storage unavailable
- )} -- Disk containing each server's T3 data. Projects on other drives may have different space - available. -
-