Skip to content

Commit

Permalink
feat: add loading icon when testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhouYixun committed Feb 5, 2023
1 parent 712eea4 commit 1bff1e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/RenderStatus.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ const stopDebug = () => {
</template>
</el-popconfirm>
<el-tag v-else :type="selObj.type" size="mini" style="float: right">
<i v-if="status === 'TESTING'" class="el-icon-loading"></i>
{{ $t('devices.status.' + status) }}
</el-tag>
</template>

0 comments on commit 1bff1e0

Please sign in to comment.