Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit 1bff1e0

Browse files
committed
feat: add loading icon when testing
1 parent 712eea4 commit 1bff1e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/RenderStatus.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ const stopDebug = () => {
6262
</template>
6363
</el-popconfirm>
6464
<el-tag v-else :type="selObj.type" size="mini" style="float: right">
65+
<i v-if="status === 'TESTING'" class="el-icon-loading"></i>
6566
{{ $t('devices.status.' + status) }}
6667
</el-tag>
6768
</template>

0 commit comments

Comments
 (0)