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 4b2c854 commit 79301f1Copy full SHA for 79301f1
1 file changed
dashboard/src/views/SubAgentPage.vue
@@ -138,14 +138,13 @@
138
</div>
139
140
<!-- Controls (stop propagation on clicks) -->
141
- <div class="d-flex align-center gap-2" @click.stop>
+ <div class="d-flex align-center gap-2 flex-shrink-0" @click.stop>
142
<v-switch
143
v-model="agent.enabled"
144
color="success"
145
hide-details
146
inset
147
density="compact"
148
- class="mr-2"
149
/>
150
<v-btn
151
icon="mdi-delete-outline"
0 commit comments