Skip to content

Commit

Permalink
perf: ♻️ Update mirror icon
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Dec 19, 2024
1 parent b7629f3 commit c214e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/device/components/MirrorAction/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
text
:disabled="['unauthorized', 'offline'].includes(row.status)"
:loading="loading"
:icon="loading ? '' : 'Link'"
:icon="loading ? '' : 'Monitor'"
placement="top"
:content="loading ? $t('common.starting') : $t('device.mirror.start')"
@click="handleClick(row)"
Expand Down

0 comments on commit c214e5a

Please sign in to comment.