Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
revient a l'origine flex cards
Browse files Browse the repository at this point in the history
  • Loading branch information
elouanjef committed Jan 27, 2024
1 parent 5389a27 commit 4a4fdb8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions templates/admin.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,7 @@ <h5 class="modal-title" id="createUserModalLabel">Créer utilisateur</h5>
<div class="tab-pane active" id="rubrique1">
<h1 class="text-left">Liste des VMs actives</h1>
<div class="mt-4">
<div class="row row-cols-1 row-cols-md-3 g-4">
<div id="vms-div" class="col"></div>
</div>
<div id="vms-div" class="cards d-flex justify-content-start"></div>
</div>
</div>

Expand Down Expand Up @@ -118,9 +116,7 @@ <h1 class="text-left">Comptes utilisateurs</h1>
<div class="tab-pane" id="rubrique3">
<h1 class="text-left">Templates de VMs</h1>
<div class="mt-4">
<div class="row row-cols-1 row-cols-md-3 g-4">
<div id="templates-div" class="col"></div>
</div>
<div id="templates-div" class="cards d-flex justify-content-start"></div>
</div>
</div>
</div>
Expand Down

0 comments on commit 4a4fdb8

Please sign in to comment.