1
0
Fork 0
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:
Michael Crosby 2013-06-10 16:56:14 -09:00
parent 85a97e7080
commit 5ff3e2872c
7 changed files with 52 additions and 15 deletions

View file

@ -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>