diff --git a/frontend/src/ManageGranularAccess/AppResourcePermission.jsx b/frontend/src/ManageGranularAccess/AppResourcePermission.jsx
index de290bb79f..6650f5b98d 100644
--- a/frontend/src/ManageGranularAccess/AppResourcePermission.jsx
+++ b/frontend/src/ManageGranularAccess/AppResourcePermission.jsx
@@ -23,10 +23,10 @@ function AppResourcePermissions({
return (
{
+ onMouseEnter={() => {
setHover(true);
}}
- onMouseOut={() => {
+ onMouseLeave={() => {
setHover(false);
}}
onClick={() => {
@@ -48,101 +48,112 @@ function AppResourcePermissions({
)
}
placement="top"
+ >
+
{
+ setNotClickable(true);
+ }}
+ onMouseLeave={() => {
+ setNotClickable(false);
+ }}
+ >
+
+
+
+
{
+ setNotClickable(true);
+ }}
+ onMouseLeave={() => {
+ setNotClickable(false);
+ }}
>
-
-
+
{
+ setNotClickable(true);
+ }}
+ onMouseLeave={() => {
+ setNotClickable(false);
+ }}
+ >
+
-
+ }}
+ checked={appsPermissions.hideFromDashboard}
+ disabled={isRoleGroup || !appsPermissions.canView}
+ data-cy="app-delete-checkbox"
+ />
+
+ {'Hide from dashbaord'}
+
+ App will be accessible by URL only
+
+