mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 05:45:22 +02:00
Update home page with dashboard partials
This commit is contained in:
parent
85a97e7080
commit
5ff3e2872c
7 changed files with 52 additions and 15 deletions
11
index.html
11
index.html
|
@ -29,15 +29,16 @@
|
|||
|
||||
<div class="container">
|
||||
|
||||
<div ng-include="template" ng-controller="MastheadController" ></div>
|
||||
<div id="view" ng-view>
|
||||
<div ng-include="template" ng-controller="MastheadController" ></div>
|
||||
<div id="view" ng-view>
|
||||
|
||||
</div>
|
||||
<div class="footer">
|
||||
<p>Created by:<a href="http://crosbymichael.com">Michael Crosby</a></p>
|
||||
<div class="container-bottom"></div>
|
||||
<div class="footer center well">
|
||||
<p>Created by: <a href="http://crosbymichael.com">crosbymichael</a></p>
|
||||
</div>
|
||||
|
||||
</div> <!-- /container -->
|
||||
</div>
|
||||
|
||||
<script src="../assets/js/jquery.js"></script>
|
||||
<script src="../assets/js/bootstrap-transition.js"></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue