Make view button for tenant available regardless of it being online (#1411)
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com>
This commit is contained in:
@@ -192,7 +192,6 @@ const TenantListItem = ({ tenant, classes }: ITenantListItem) => {
|
|||||||
<RBIconButton
|
<RBIconButton
|
||||||
tooltip={"View Tenant"}
|
tooltip={"View Tenant"}
|
||||||
text={"View"}
|
text={"View"}
|
||||||
disabled={!tenantIsOnline(tenant)}
|
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
history.push(
|
history.push(
|
||||||
`/namespaces/${tenant.namespace}/tenants/${tenant.name}`
|
`/namespaces/${tenant.namespace}/tenants/${tenant.name}`
|
||||||
|
|||||||
Reference in New Issue
Block a user