+
{item.instances[0]}
-
-
+
))
}
renderTable() {
- if (this.props.loading) {
- return null
- }
const endpoint = this.getEndpoint()
const lastUpdated = this.renderLastExecutionTime()
@@ -268,7 +255,13 @@ class MinionPoolMainDetails extends React.Component {
- {this.renderValue(this.props.item?.pool_platform || '-', true)}
+ {this.renderValue(this.props.item?.platform || '-', true)}
+
+
+
+
+
+ {this.renderValue(this.props.item?.os_type || '-', true)}
@@ -304,12 +297,6 @@ class MinionPoolMainDetails extends React.Component {