+ {
+ const rows = scopes.map((resource, index) =>
+ index === rowIndex
+ ? { ...resource, isExpanded: !resource.isExpanded }
+ : resource
+ );
+ setScopes(rows);
+ },
+ }}
+ />
+ |
+
+ {scope.name}
+
+ |
+
+
+ |
+
+
+ |
+ {
+ setSelectedScope(scope);
+ toggleDeleteDialog();
+ },
+ },
+ {
+ title: t("createPermission"),
+ className: "pf-m-link",
+ isOutsideDropdown: true,
+ },
+ ],
+ }}
+ />
+ |
+