Skip to content

Commit

Permalink
Update pr9885: update label on UI
Browse files Browse the repository at this point in the history
  • Loading branch information
weizhouapache committed Nov 5, 2024
1 parent 641e841 commit d20ac27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ui/public/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1675,6 +1675,7 @@
"label.peerserviceip": "Service IP",
"label.peerserviceport": "Service Port",
"label.peerstate": "Peer State",
"label.peerstate.lastupdated": "Peer State Updated Time",
"label.pending.jobs": "Pending Jobs",
"label.per.account": "Per Account",
"label.per.zone": "Per zone",
Expand Down
2 changes: 1 addition & 1 deletion ui/src/views/infra/ManagementServerPeerTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default {
dataIndex: 'state'
},
{
title: this.$t('label.lastupdated'),
title: this.$t('label.peerstate.lastupdated'),
dataIndex: 'lastupdated',
slots: { customRender: 'lastupdated' }
}
Expand Down

0 comments on commit d20ac27

Please sign in to comment.