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

Commit

Permalink
aled
Browse files Browse the repository at this point in the history
  • Loading branch information
elouanjef committed Jan 27, 2024
1 parent 9f5b3a0 commit fa8333d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions templates/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,8 @@
<div class="d-flex flex-column flex-shrink-0 bg-dark" style="width: 4.5rem;">
<ul class="nav nav-pills nav-flush flex-column mb-auto text-center">
<li class="nav-item">
<a href="#" class="nav-link active py-3 border-bottom" aria-current="page" title="Home" data-bs-toggle="tooltip" data-bs-placement="right">
<svg class="bi" width="24" height="24" role="img" aria-label="Machines virtuelles disponibles"><use xlink:href="#home"/></svg>
<a href="#" class="nav-link active py-3 border-bottom" aria-current="page" title="Machines virtuelles disponibles" data-bs-toggle="tooltip" data-bs-placement="right">
<svg class="bi" width="24" height="24" role="img" aria-label="Machines virtuelles disponibles"><use xlink:href="#rubrique1"/></svg>
</a>
</li>
<li>
Expand All @@ -274,7 +274,7 @@
</div>
</div>

<div class="container">
<!--div class="container">
<div class="row">
<div class="col-md-10">
<ul class="nav nav-tabs">
Expand All @@ -284,7 +284,7 @@
</ul>
</div>
</div>
</div>
</div-->

<div class="d-flex flex-column flex-shrink-0 tab-content">
<div class="tab-pane active" id="rubrique1">
Expand Down

0 comments on commit fa8333d

Please sign in to comment.