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 4156e61 commit 36db58eCopy full SHA for 36db58e
ui/src/components/view/ListView.vue
@@ -245,7 +245,7 @@
245
</template>
246
<template v-if="column.key === 'offerha'">
247
{{ text ? $t('state.enabled') : $t('state.disabled')}}
248
- </template>
+ </template>
249
<template v-if="column.key === 'vlan'">
250
<a href="javascript:;">
251
<router-link v-if="$route.path === '/guestvlans'" :to="{ path: '/guestvlans/' + record.id }">{{ text }}</router-link>
0 commit comments