We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56ef349 commit 2601ee3Copy full SHA for 2601ee3
ui/src/components/view/ListView.vue
@@ -171,7 +171,7 @@
171
</span>
172
<template slot="state" slot-scope="text, record">
173
<status v-if="$route.path.startsWith('/host')" :text="getHostState(record)" displayText />
174
- <status v-else :text="text ? text : ''" displayText />
+ <status v-else :text="text ? text : ''" displayText style="min-width: 80px" />
175
</template>
176
<template slot="allocationstate" slot-scope="text">
177
<status :text="text ? text : ''" displayText />
0 commit comments