mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
Move masthead to its own submodule.
This commit is contained in:
parent
a9a36323eb
commit
07183e20f1
5 changed files with 7 additions and 6 deletions
15
app/components/masthead/masthead.html
Normal file
15
app/components/masthead/masthead.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<div class="masthead">
|
||||
<h3 class="text-muted">DockerUI</h3>
|
||||
<div class="navbar">
|
||||
<div class="navbar-inner">
|
||||
<div class="container">
|
||||
<ul class="nav">
|
||||
<li><a href="#">Dashboard</a></li>
|
||||
<li><a href="#/containers/">Containers</a></li>
|
||||
<li><a href="#/images/">Images</a></li>
|
||||
<li><a href="#/settings/">Settings</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue