{{ $t('overall.active') }}
@@ -178,12 +184,16 @@ export default {
tableData: [],
tableTitle: [
{
- label: this.$t('asset.server'),
- prop: 'devicesName'
+ label: this.$t('license.hostname'),
+ prop: 'hostname'
+ },
+ {
+ label: 'IP:port',
+ prop: 'ip'
},
{
label: this.$t('overall.state'),
- prop: 'status'
+ prop: 'state'
}
],
expData: {},