fix(remoteingress): mark remote ingress data actions as row actions and bump @design.estate/dees-catalog dependency
This commit is contained in:
@@ -195,6 +195,7 @@ export class OpsViewRemoteIngress extends DeesElement {
|
||||
{
|
||||
name: 'Regenerate Secret',
|
||||
iconName: 'lucide:key',
|
||||
type: ['row'],
|
||||
action: async (edge: interfaces.data.IRemoteIngress) => {
|
||||
await appstate.remoteIngressStatePart.dispatchAction(
|
||||
appstate.regenerateRemoteIngressSecretAction,
|
||||
@@ -205,6 +206,7 @@ export class OpsViewRemoteIngress extends DeesElement {
|
||||
{
|
||||
name: 'Delete',
|
||||
iconName: 'lucide:trash2',
|
||||
type: ['row'],
|
||||
action: async (edge: interfaces.data.IRemoteIngress) => {
|
||||
await appstate.remoteIngressStatePart.dispatchAction(
|
||||
appstate.deleteRemoteIngressAction,
|
||||
|
||||
Reference in New Issue
Block a user