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

Commit

Permalink
Add in header extension, update hawtio-kubernetes and hawtio-jmx
Browse files Browse the repository at this point in the history
  • Loading branch information
gashcrumb committed May 29, 2015
1 parent 6b21783 commit ee7f746
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"hawtio-core": "~2.0.0",
"hawtio-core-navigation": "~2.0.0",
"hawtio-utilities": "~2.0.0",
"hawtio-jmx": "~2.0.43",
"hawtio-jmx": "~2.0.50",
"hawtio-wiki": "~2.0.31",
"hawtio-kubernetes": "~2.0.15",
"hawtio-kubernetes": "~2.0.16",
"hawtio-preferences": "~2.0.3",
"hawtio-template-cache": "~2.0.3",
"hawtio-oauth": "~2.0.6",
Expand Down
8 changes: 6 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

<!-- bower:css -->
<link rel="stylesheet" href="libs/codemirror/lib/codemirror.css" />
<link rel="stylesheet" href="libs/font-awesome/css/font-awesome.css" />
<link rel="stylesheet" href="libs/toastr/toastr.css" />
<link rel="stylesheet" href="libs/hawtio-ui/dist/font-awesome.css" />
<link rel="stylesheet" href="libs/hawtio-ui/dist/OpenSans.css" />
<link rel="stylesheet" href="libs/hawtio-ui/dist/DroidSansMono.css" />
<link rel="stylesheet" href="libs/hawtio-ui/dist/site-base.css" />
Expand Down Expand Up @@ -116,6 +116,10 @@
<!-- endbuild -->

<style>
.navbar-default {
background: #030303;
border-bottom: inherit;
}
body {
padding-top: 110px;
}
Expand Down Expand Up @@ -235,7 +239,7 @@

<body>
<nav class="navbar navbar-default navbar-fixed-top navbar-pf" role="navigation">
<div class="navbar-header">
<div class="navbar-header" hawtio-extension name="hawtio-header">
<a class="navbar-brand"><img src="img/hawtio_logo.svg"></a>
</div>
<ul class="nav navbar-nav navbar-utility">
Expand Down

0 comments on commit ee7f746

Please sign in to comment.