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.
2 parents 11fa5e3 + 417078b commit eae04a2Copy full SHA for eae04a2
components/ObjectSelector.vue
@@ -1,7 +1,7 @@
1
<template>
2
<FetchingData v-if="loading" />
3
<v-row v-else-if="Object.keys(allowed_objects).length" class="justify-left">
4
- <v-col v-for="(value, key) in allowed_objects" :key="key" cols="2" md="2">
+ <v-col v-for="(value, key) in allowed_objects" :key="key" cols="2" md="4">
5
<v-tooltip
6
:text="
7
value['is_loadable']
0 commit comments