Skip to content

Commit 70e9065

Browse files
committed
Update technology info on hosts page
1 parent 6ab6ec2 commit 70e9065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/store/modules/hosts/hosts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const getters = {
2121
hostname: host.hostname,
2222
environment: host.environment,
2323
databases: _.split(Object.values(host.databases), ','),
24-
techType: Object.keys(host.databases),
24+
techType: host.technology,
2525
platform: formatPlatform(host.info.hardwareAbstractionTechnology),
2626
cluster: host.cluster,
2727
virtNode: host.virtualizationNode,

0 commit comments

Comments
 (0)