fix(ops-view-apitokens): use correct lucide icon name for roll/rotate actions in API tokens view
This commit is contained in:
@@ -154,7 +154,7 @@ export class OpsViewApiTokens extends DeesElement {
|
||||
},
|
||||
{
|
||||
name: 'Roll',
|
||||
iconName: 'lucide:rotate-cw',
|
||||
iconName: 'lucide:rotateCw',
|
||||
type: ['inRow', 'contextmenu'] as any,
|
||||
actionFunc: async (actionData: any) => {
|
||||
const token = actionData.item as interfaces.data.IApiTokenInfo;
|
||||
@@ -306,7 +306,7 @@ export class OpsViewApiTokens extends DeesElement {
|
||||
},
|
||||
{
|
||||
name: 'Roll Token',
|
||||
iconName: 'lucide:rotate-cw',
|
||||
iconName: 'lucide:rotateCw',
|
||||
action: async (modalArg: any) => {
|
||||
await modalArg.destroy();
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user