Provide two common modules: openshiftCommonServices, openshiftCommonUI
Update module name for services to openshiftCommonServices Add Projects service and AlertsMessage service Add openshiftCommonUI module Add common filters Add create/edit project directives Add delete-link directive
Showing
dist/origin-web-common.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
dist/scripts/templates.js
0 → 100644
| ... | @@ -19,6 +19,7 @@ | ... | @@ -19,6 +19,7 @@ |
| "grunt-contrib-copy": "0.5.0", | "grunt-contrib-copy": "0.5.0", | ||
| "grunt-contrib-cssmin": "0.9.0", | "grunt-contrib-cssmin": "0.9.0", | ||
| "grunt-contrib-jshint": "0.7.0", | "grunt-contrib-jshint": "0.7.0", | ||
| "grunt-contrib-less": "1.3.0", | |||
| "grunt-contrib-uglify": "0.2.5", | "grunt-contrib-uglify": "0.2.5", | ||
| "grunt-contrib-watch": "0.5.3", | "grunt-contrib-watch": "0.5.3", | ||
| "grunt-eslint": "~17.1.0", | "grunt-eslint": "~17.1.0", | ||
| ... | ... |
src/components/delete-link/delete-link.html
0 → 100644
src/components/delete-link/deleteLink.js
0 → 100644
src/components/delete-link/deleteModal.js
0 → 100644
src/components/edit-project/editProject.html
0 → 100644
src/components/edit-project/editProject.js
0 → 100644
src/components/take-focus/takeFocus.js
0 → 100644
src/filters/annotation.js
0 → 100644
src/filters/canI.js
0 → 100644
src/filters/orderObjectsByDate.js
0 → 100644
src/filters/resources.js
0 → 100644
src/filters/strings.js
0 → 100644
src/filters/util.js
0 → 100644
src/openshiftCommonUI.module.js
0 → 100644
src/services/alertMessage.js
0 → 100644
src/services/projects.js
0 → 100644
src/styles/_core.less
0 → 100644
src/styles/main.less
0 → 100644
Please
register
or
sign in
to comment