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

Commit

Permalink
Merge pull request #29 from vrockai/master
Browse files Browse the repository at this point in the history
Added alerts dep - d3 plugin to scripts
  • Loading branch information
mtho11 committed Feb 25, 2015
2 parents 9d524bf + 5ec859a commit 50515ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ui/console/src/main/scripts/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"hawtio-core-navigation": "2.0.17",
"hawtio-utilities": "2.0.16",
"hawtio-template-cache": "2.0.1",
"hawkular-ui-components": "https://github.com/hawkular/hawkular-ui-components.git"
"hawkular-ui-components": "hawkular/hawkular-ui-components#master"
},
"devDependencies": {
"bootstrap": "3.3.2",
Expand Down
5 changes: 5 additions & 0 deletions ui/console/src/main/webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
<!-- bower:js -->
<!-- endbower -->

<!-- Remove this line once the eventDrops package is fixed
https://github.com/marmelab/EventDrops/issues/21#issuecomment-75988799
-->
<script src="libs/event-drops/src/eventDrops.js"></script>

<script src="libs/bootstrap/dist/js/bootstrap.js"></script>
<script src="libs/patternfly/dist/js/patternfly.js"></script>

Expand Down

0 comments on commit 50515ce

Please sign in to comment.