update
This commit is contained in:
@@ -99,7 +99,8 @@ export class GitopsViewGroups extends DeesElement {
|
||||
{
|
||||
name: 'View Secrets',
|
||||
iconName: 'lucide:key',
|
||||
action: async (item: any) => {
|
||||
type: ['inRow'],
|
||||
actionFunc: async ({ item }: any) => {
|
||||
appstate.uiStatePart.dispatchAction(appstate.setActiveViewAction, { view: 'secrets' });
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user