Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
HAWKULAR-28: Adjust main content width to fit sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
ammendonca committed Mar 11, 2015
1 parent 4ae9e91 commit 67b2024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/console/src/main/webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

<div id="main" class="container-fluid ng-cloak" ng-controller="HawtioNav.ViewController">
<hawkular-sidebar class="col-md-2 hk-sidebar" ng-controller="Sidebar.SidebarController" ng-show="!hideSidebar"></hawkular-sidebar>
<div ng-include src="viewPartial"></div>
<div ng-include src="viewPartial" class="col-md-10"></div>
</div>
<!-- add any scripts under dist/ here -->
<script src="dist/hawkular-console.js"></script>
Expand Down

0 comments on commit 67b2024

Please sign in to comment.