+ |
+ |
+
+
+ {instance.hostname}
+
+ |
+
+
+ {t`Last Health Check`}
+
+ {formatDateString(instance.last_health_check)}
+
+ }
+ >
+
+
+ |
+ {instance.node_type} |
+ {instance.node_type !== 'hop' && (
+
+
+ {t`CPU ${instance.cpu_capacity}`}
+
+
+
+
+ {t`RAM ${instance.mem_capacity}`}
+
+ |
+ )}
+ {instance.node_type !== 'hop' && (
+
+ {usedCapacity(instance)}
+ |
+ )}
+ {instance.node_type !== 'hop' && (
+
+
+
+
+
+ )}
+
+