@@ -141,7 +141,7 @@ watch(isExecuting, executing => {
141141 :aria-label =" $t('operations.queue.refresh')"
142142 @click =" refreshState"
143143 >
144- <span class =" i-carbon:renew block w-4 h-4" aria-hidden =" true" />
144+ <span class =" i-carbon:renew w-4 h-4" aria-hidden =" true" />
145145 </button >
146146 </div >
147147 </div >
@@ -213,7 +213,7 @@ watch(isExecuting, executing => {
213213 :aria-label =" $t('operations.queue.approve_operation')"
214214 @click =" approveOperation(op.id)"
215215 >
216- <span class =" i-carbon:checkmark block w-4 h-4" aria-hidden =" true" />
216+ <span class =" i-carbon:checkmark w-4 h-4" aria-hidden =" true" />
217217 </button >
218218 <button
219219 v-if =" op.status !== 'running'"
@@ -222,7 +222,7 @@ watch(isExecuting, executing => {
222222 :aria-label =" $t('operations.queue.remove_operation')"
223223 @click =" removeOperation(op.id)"
224224 >
225- <span class =" i-carbon-close block w-4 h-4" aria-hidden =" true" />
225+ <span class =" i-carbon-close w-4 h-4" aria-hidden =" true" />
226226 </button >
227227 </div >
228228 </li >
@@ -235,7 +235,7 @@ watch(isExecuting, executing => {
235235 role =" alert"
236236 >
237237 <div class =" flex items-center gap-2 mb-2" >
238- <span class =" i-carbon:locked block w-4 h-4 text-amber-400 shrink-0" aria-hidden =" true" />
238+ <span class =" i-carbon:locked w-4 h-4 text-amber-400 shrink-0" aria-hidden =" true" />
239239 <span class =" font-mono text-sm text-amber-400" >
240240 {{ $t('operations.queue.otp_prompt') }}
241241 </span >
@@ -295,7 +295,7 @@ watch(isExecuting, executing => {
295295 class =" flex items-center gap-2 font-mono text-xs text-fg-muted cursor-pointer hover:text-fg transition-colors duration-200 select-none"
296296 >
297297 <span
298- class =" i-carbon:chevron-right rtl-flip block w-3 h-3 transition-transform duration-200 [[open]>& ]:rotate-90"
298+ class =" i-carbon:chevron-right rtl-flip w-3 h-3 transition-transform duration-200 [[open]>& ]:rotate-90"
299299 aria-hidden =" true"
300300 />
301301 {{ $t('operations.queue.log') }} ({{ completedOperations.length }})
@@ -331,7 +331,7 @@ watch(isExecuting, executing => {
331331 :aria-label =" $t('operations.queue.remove_from_log')"
332332 @click =" removeOperation(op.id)"
333333 >
334- <span class =" i-carbon:close block w-3 h-3" aria-hidden =" true" />
334+ <span class =" i-carbon:close w-3 h-3" aria-hidden =" true" />
335335 </button >
336336 </li >
337337 </ul >
0 commit comments