Skip to content

Commit

Permalink
fix(ui): small ui fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
amunchet committed Nov 7, 2024
1 parent 28936fa commit 0dd669c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/labyrinth/src/views/Deploy.vue
Original file line number Diff line number Diff line change
Expand Up @@ -423,8 +423,6 @@
</b-row>

<hr />
<b-row>
<b-col>
<span class="text-left">Ansible Playbook Contents</span>

<codemirror
Expand Down Expand Up @@ -466,10 +464,10 @@
<b-spinner />
</div>
</div>
</b-col>
</b-row>
</b-card> </b-col
></b-row>
<b-row>
<b-col>
<div
v-if="
(selected_host || ips.length > 0) &&
Expand Down Expand Up @@ -519,6 +517,8 @@

<b-spinner class="m-2" v-if="!playbook_loaded" />
</div>
</b-col>
</b-row>
</b-container>
</template>
<script>
Expand Down

0 comments on commit 0dd669c

Please sign in to comment.