feat(permission-catalog): re-order actions
This commit is contained in:
@@ -21,16 +21,16 @@ const permissionCatalog = {
|
||||
},
|
||||
],
|
||||
actions: [
|
||||
{
|
||||
label: 'Manage',
|
||||
key: 'manage',
|
||||
subjects: [Connection.key, Flow.key],
|
||||
},
|
||||
{
|
||||
label: 'Read',
|
||||
key: 'read',
|
||||
subjects: [Connection.key, Execution.key, Flow.key],
|
||||
},
|
||||
{
|
||||
label: 'Manage',
|
||||
key: 'manage',
|
||||
subjects: [Connection.key, Flow.key],
|
||||
},
|
||||
],
|
||||
subjects: [Connection, Flow, Execution],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user