mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-12 10:55:51 +02:00
fix: node selector badge
This commit is contained in:
parent
5021e6f4ab
commit
db1b34fef1
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ const value = computed({
|
|||
<a-col :span="8" v-for="node in data">
|
||||
<a-checkbox :value="node.id">{{ node.name }}</a-checkbox>
|
||||
<a-badge color="green" v-if="node.status"/>
|
||||
<a-badge color="error" v-else/>
|
||||
<a-badge color="red" v-else/>
|
||||
</a-col>
|
||||
</a-row>
|
||||
</a-checkbox-group>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue