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

Commit

Permalink
test autre navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
elouanjef committed Jan 26, 2024
1 parent c9d529e commit dbbbff0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions templates/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,12 @@
<div class="container">
<div class="row">
<div class="col-md-10">
<nav class="nav nav-pills">
<a class="nav-item nav-link active" data-toggle="tab" href="#rubrique1">Machines virtuelles disponibles</a>
<nav class="navbar navbar-inverse">
<div class="container-fluid">
<ul class="nav navbar-nav">
<li class="active"><a data-toggle="tab" href="#rubrique1">Machines virtuelles disponibles</a></li>
</ul>
</div>
</nav>
</div>
</div>
Expand Down

0 comments on commit dbbbff0

Please sign in to comment.