diff options
author | Daniel Malachovsky <daniel.malachovsky@pantheon.sk> | 2016-02-04 15:12:56 +0100 |
---|---|---|
committer | Daniel Malachovsky <daniel.malachovsky@pantheon.sk> | 2016-02-04 20:37:13 +0000 |
commit | d97a05097134fe044ef416e72371948b0bb22b5c (patch) | |
tree | 577a7b6097d04ec08dd3d75b102ebf7d7822f237 /vbd/gui/bundle | |
parent | 74a62622f19db08823be3e8f36777df94dc9de4e (diff) |
Copyright header fix
- added copyright header to css and js files
- small fixes in css files
Change-Id: I62a32067d71ede7a7440662b1816f939659101e7
Signed-off-by: Daniel Malachovsky <daniel.malachovsky@pantheon.sk>
Diffstat (limited to 'vbd/gui/bundle')
-rw-r--r-- | vbd/gui/bundle/src/main/resources/OSGI-INF/blueprint/blueprint.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vbd/gui/bundle/src/main/resources/OSGI-INF/blueprint/blueprint.xml b/vbd/gui/bundle/src/main/resources/OSGI-INF/blueprint/blueprint.xml index b8c866da4..265cd7538 100644 --- a/vbd/gui/bundle/src/main/resources/OSGI-INF/blueprint/blueprint.xml +++ b/vbd/gui/bundle/src/main/resources/OSGI-INF/blueprint/blueprint.xml @@ -11,9 +11,9 @@ <property name="angularJs" value="app.vpp"/> <property name="cssDependencies"> <list> - <value>src/app/vpp/vpp.css</value> <value>src/app/vpp/assets/css/next.css</value> <value>src/app/vpp/bower_components/angular-material/angular-material.min.css</value> + <value>src/app/vpp/assets/css/vpp.css</value> </list> </property> </bean> |