+
+
+
+
{currentDefaultRegion?.name ?? "–"}
+
+
+
+ {currentDefaultRegion?.cloudProvider ? (
+ <>
+
+ {cloudProviderTitle(currentDefaultRegion.cloudProvider)}
+ >
+ ) : (
+ "–"
+ )}
+
+
+
+
+ {currentDefaultRegion?.location ? (
+
+ ) : null}
+ {currentDefaultRegion?.description ?? "–"}
+
+
+
+
+ {/* Middle column with arrow */}
+
+
+ {/* Right column */}
+
+
+
+
{newDefaultRegion.name}
+
+
+
+ {newDefaultRegion.cloudProvider ? (
+ <>
+
+ {cloudProviderTitle(newDefaultRegion.cloudProvider)}
+ >
+ ) : (
+ "–"
+ )}
+
+
+
+
+ {newDefaultRegion.location ? (
+
+ ) : null}
+ {newDefaultRegion.description ?? "–"}
+
+
+
+
+
+