mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 05:45:22 +02:00
style(sidebar): add a small logo in the sidebar (#1255)
This commit is contained in:
parent
249bcf5bac
commit
3e99fae070
3 changed files with 17 additions and 5 deletions
|
@ -75,11 +75,9 @@
|
|||
</li>
|
||||
</ul>
|
||||
<div class="sidebar-footer">
|
||||
<div class="col-xs-12">
|
||||
<a href="https://github.com/portainer/portainer" target="_blank">
|
||||
<i class="fa fa-github" aria-hidden="true"></i>
|
||||
Portainer {{ uiVersion }}
|
||||
</a>
|
||||
<div class="col-sm-12">
|
||||
<img src="images/logo_small.png" class="img-responsive logo" alt="Portainer">
|
||||
<span class="version">{{ uiVersion }}</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue