mirror of
https://github.com/openziti/zrok.git
synced 2025-08-18 11:49:51 +02:00
simplified labels
This commit is contained in:
@@ -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,
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user