Skip to content

Commit

Permalink
Update 8929: remove host tags and change labels on UI
Browse files Browse the repository at this point in the history
  • Loading branch information
weizhouapache committed Apr 29, 2024
1 parent 139be6c commit 14d5548
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
4 changes: 2 additions & 2 deletions ui/public/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1005,8 +1005,8 @@
"label.hostnamelabel": "Host name",
"label.hosts": "Hosts",
"label.hosttags": "Host tags",
"label.hosttags.explicit": "API-Driven Explicit Host tags",
"label.hosttags.implicit": "Agent-Discovered Implicit Host tags",
"label.hosttags.explicit": "API-defined Host tags",
"label.hosttags.implicit": "Agent-defined Host tags",
"label.hourly": "Hourly",
"label.hypervisor": "Hypervisor",
"label.hypervisor.capabilities": "Hypervisor capabilities",
Expand Down
8 changes: 0 additions & 8 deletions ui/src/views/infra/HostInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,6 @@
</div>
</div>
</a-list-item>
<a-list-item v-if="host.hosttags">
<div>
<strong>{{ $t('label.hosttags') }}</strong>
<div>
{{ host.hosttags }}
</div>
</div>
</a-list-item>
<a-list-item v-if="host.explicithosttags">
<div>
<strong>{{ $t('label.hosttags.explicit') }}</strong>
Expand Down

0 comments on commit 14d5548

Please sign in to comment.