[ACS-9158] Remove 'View Details' button from node Details page (#4351)

* [ACS-9158] Remove 'View Details' button from node Details page

* [ACS-9158] remove redundant onDestroy$

* cr fix
This commit is contained in:
Mykyta Maliarchuk
2025-02-21 14:53:22 +01:00
committed by GitHub
parent c799049790
commit 4751dcd12c
8 changed files with 43 additions and 70 deletions

View File

@@ -495,7 +495,7 @@
"order": 700,
"component": "app.toolbar.toggleInfoDrawer",
"rules": {
"visible": "canShowInfoDrawer"
"visible": ["canShowInfoDrawer", "app.navigation.isNotDetails"]
}
},
{
@@ -1084,7 +1084,7 @@
"order": 500,
"component": "app.toolbar.toggleInfoDrawer",
"rules": {
"visible": "canShowInfoDrawer"
"visible": ["canShowInfoDrawer", "app.navigation.isNotDetails"]
}
},
{