simplified labels

This commit is contained in:
Michael Quigley 2022-08-05 15:56:44 -04:00
parent df59bb7dcf
commit 7f6b54dbc2
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ const Environments = (props) => {
sortable: true,
},
{
name: 'Ziti Identity',
name: 'Identity',
selector: row => row.environment.zitiIdentityId,
sortable: true,
},

View File

@ -13,7 +13,7 @@ const Services = (props) => {
sortable: true,
},
{
name: 'Service Id',
name: 'Service',
selector: row => row.zitiServiceId,
sortable: true,
},