Skip to content

Commit

Permalink
Tweak the welcome page layout a bit, improve "Don't show" button
Browse files Browse the repository at this point in the history
  • Loading branch information
gashcrumb committed Dec 11, 2013
1 parent 4184d69 commit 4988dc2
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions hawtio-web/src/main/webapp/app/core/html/welcome.html
@@ -1,14 +1,13 @@
<div ng-controller="Core.WelcomeController">
<div class="row-fluid">
<div class="span8">
<div class="row welcome-display">
<!-- the html to display as welcome page -->
<div compile="html"></div>
</div>
<div class="span11 offset1">
<div class="welcome-display" compile="html"></div>

<!-- TODO: have a nicer button -->
<div>
<button type="button" class="close" ng-click="stopShowingWelcomePage()">Do not show welcome page on startup</button>
<div class="centered">
<button class="btn btn-primary"
ng-click="stopShowingWelcomePage()">
Do not show welcome page on startup
</button>
</div>

</div>
Expand Down

0 comments on commit 4988dc2

Please sign in to comment.