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

Commit

Permalink
Merge pull request #94 from mdrillin/ang6updates
Browse files Browse the repository at this point in the history
add patternfly to angular.json
  • Loading branch information
mdrillin committed Nov 15, 2018
2 parents cb6a005 + ae4ea3a commit cdbbd00
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 43 deletions.
5 changes: 4 additions & 1 deletion ui/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
"src/assets"
],
"styles": [
"./node_modules/patternfly/dist/css/patternfly.min.css",
"./node_modules/patternfly/dist/css/patternfly-additions.min.css",
"./node_modules/patternfly-ng/dist/css/patternfly-ng.min.css",
"src/styles.css"
],
"scripts": []
Expand Down Expand Up @@ -159,4 +162,4 @@
}
},
"defaultProject": "ui"
}
}
13 changes: 9 additions & 4 deletions ui/package-lock.json

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

8 changes: 1 addition & 7 deletions ui/src/app/app.component.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
<!--The content below is only a placeholder and can be replaced.-->
<div style="text-align:center">
<h1>
Welcome to {{ title }}!
</h1>
<img width="300" alt="Angular Logo" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTAgMjUwIj4KICAgIDxwYXRoIGZpbGw9IiNERDAwMzEiIGQ9Ik0xMjUgMzBMMzEuOSA2My4ybDE0LjIgMTIzLjFMMTI1IDIzMGw3OC45LTQzLjcgMTQuMi0xMjMuMXoiIC8+CiAgICA8cGF0aCBmaWxsPSIjQzMwMDJGIiBkPSJNMTI1IDMwdjIyLjItLjFWMjMwbDc4LjktNDMuNyAxNC4yLTEyMy4xTDEyNSAzMHoiIC8+CiAgICA8cGF0aCAgZmlsbD0iI0ZGRkZGRiIgZD0iTTEyNSA1Mi4xTDY2LjggMTgyLjZoMjEuN2wxMS43LTI5LjJoNDkuNGwxMS43IDI5LjJIMTgzTDEyNSA1Mi4xem0xNyA4My4zaC0zNGwxNy00MC45IDE3IDQwLjl6IiAvPgogIDwvc3ZnPg==">
</div>
<!--Display the dataservices summary page -->
<btl-dataservices></btl-dataservices>
31 changes: 0 additions & 31 deletions ui/src/app/app.component.spec.ts

This file was deleted.

0 comments on commit cdbbd00

Please sign in to comment.