mirror of
https://github.com/openziti/zrok.git
synced 2024-12-22 23:02:52 +01:00
simplified labels
This commit is contained in:
parent
df59bb7dcf
commit
7f6b54dbc2
@ -19,7 +19,7 @@ const Environments = (props) => {
|
||||
sortable: true,
|
||||
},
|
||||
{
|
||||
name: 'Ziti Identity',
|
||||
name: 'Identity',
|
||||
selector: row => row.environment.zitiIdentityId,
|
||||
sortable: true,
|
||||
},
|
||||
|
@ -13,7 +13,7 @@ const Services = (props) => {
|
||||
sortable: true,
|
||||
},
|
||||
{
|
||||
name: 'Service Id',
|
||||
name: 'Service',
|
||||
selector: row => row.zitiServiceId,
|
||||
sortable: true,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user