Skip to content

Commit

Permalink
HWKINVENT-2: Basic UI component for listing resources and metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
ammendonca committed Feb 17, 2015
1 parent 24e02c2 commit 348137b
Show file tree
Hide file tree
Showing 7 changed files with 208 additions and 34 deletions.
41 changes: 32 additions & 9 deletions dist/hawkular-inventory.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion plugins/inventory/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
"devDependencies": {
"bootstrap": "3.3.2",
"patternfly": "1.1.3",
"hawtio-core-dts": "2.0.9"
"hawtio-core-dts": "2.0.9",
"angular-mocks": "~1.3.7",
"angular-resource": "~1.3.7",
"hawkular-ui-services": "0.1.3"
}
}
41 changes: 32 additions & 9 deletions plugins/inventory/dist/hawkular-inventory.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions plugins/inventory/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@

<script src="libs/bootstrap/dist/js/bootstrap.js"></script>
<script src="libs/patternfly/dist/js/patternfly.js"></script>
<script src="libs/angular-resource/angular-resource.js"></script>
<script src="libs/hawkular-ui-services/dist/hawkular-ui-service.js"></script>

</head>

Expand Down

0 comments on commit 348137b

Please sign in to comment.