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