We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6ab6ec2 + 70e9065 commit d99eb43Copy full SHA for d99eb43
src/store/modules/hosts/hosts.js
@@ -21,7 +21,7 @@ export const getters = {
21
hostname: host.hostname,
22
environment: host.environment,
23
databases: _.split(Object.values(host.databases), ','),
24
- techType: Object.keys(host.databases),
+ techType: host.technology,
25
platform: formatPlatform(host.info.hardwareAbstractionTechnology),
26
cluster: host.cluster,
27
virtNode: host.virtualizationNode,
0 commit comments