fix(ops-view-apitokens): replace lucide:refresh-cw with lucide:rotate-cw for Roll action icon

This commit is contained in:
2026-02-27 10:29:20 +00:00
parent 345effee13
commit 7dc976b59e
4 changed files with 11 additions and 4 deletions

View File

@@ -154,7 +154,7 @@ export class OpsViewApiTokens extends DeesElement {
},
{
name: 'Roll',
iconName: 'lucide:refresh-cw',
iconName: 'lucide:rotate-cw',
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:refresh-cw',
iconName: 'lucide:rotate-cw',
action: async (modalArg: any) => {
await modalArg.destroy();
try {