Skip to content

Commit 2601ee3

Browse files
authored
Fix VM state column (apache#5490)
1 parent 56ef349 commit 2601ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/components/view/ListView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
</span>
172172
<template slot="state" slot-scope="text, record">
173173
<status v-if="$route.path.startsWith('/host')" :text="getHostState(record)" displayText />
174-
<status v-else :text="text ? text : ''" displayText />
174+
<status v-else :text="text ? text : ''" displayText style="min-width: 80px" />
175175
</template>
176176
<template slot="allocationstate" slot-scope="text">
177177
<status :text="text ? text : ''" displayText />

0 commit comments

Comments
 (0)