update
This commit is contained in:
@@ -100,14 +100,16 @@ export class GitopsViewProjects 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' });
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'View Pipelines',
|
||||
iconName: 'lucide:play',
|
||||
action: async (item: any) => {
|
||||
type: ['inRow'],
|
||||
actionFunc: async ({ item }: any) => {
|
||||
appstate.uiStatePart.dispatchAction(appstate.setActiveViewAction, { view: 'pipelines' });
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user