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