Skip to content

Commit d99eb43

Browse files
authored
Merge pull request #822 from ercole-io/update-hosts-technology
Update technology info on hosts page
2 parents 6ab6ec2 + 70e9065 commit d99eb43

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)