-
+
-
+
{{ value.toUpperCase() }}
-
+
{{ getPool(value) }}
@@ -21,9 +34,14 @@
-
+
- {{ JSON.parse(value) ? 'Configured' : 'Unconfigured' }}
+ {{ JSON.parse(value) ? "Configured" : "Unconfigured" }}
@@ -32,24 +50,48 @@
-
- {{ value === 'Reachable' ? 'Reachable' : 'Unreachable' }}
+
+ {{ value === "Reachable" ? "Reachable" : "Unreachable" }}
-
-
-
+ @click="
+ (selectedHost = $store.state.resources.hostList[rowIndex]),
+ (showConnectModal = true)
+ "
+ />
+
+
-
+
@@ -60,32 +102,51 @@
Connecting to the hypervisor at {{ selectedHost.hostname }}
-
-
-
+
+
+
{{ name.toUpperCase() }}
-
-
+
-
+ v-model="currentSshKey"
+ type="textarea"
+ :autosize="true"
+ :min-rows="2"
+ readonly
+ class="mb-4"
+ />
+
-
- Cancel
-
+ Cancel
-
- Done
-
+ Done
@@ -96,26 +157,35 @@
Removing hypervisor
-
+
- You are about to remove hypervisor {{ JSON.parse(JSON.stringify(this.selectedHost)).hostname }}.
-
Please confirm action.
+ You are about to remove hypervisor
+ {{ JSON.parse(JSON.stringify(this.selectedHost)).hostname }}.
Please confirm action.
- Force Delete
+
+
+
+
+