Add felix webconsole and link it off the admin web ui 89/1789/2
authorPrasanth Pallamreddy <ppallamr@cisco.com>
Tue, 1 Oct 2013 23:27:52 +0000 (16:27 -0700)
committerGerrit Code Review <gerrit@opendaylight.org>
Thu, 10 Oct 2013 16:41:02 +0000 (16:41 +0000)
commit8e7db763d7b721ade3cf0ec4d8c2bddd02870ec3
treed5d5b91c75416f0861370bddcd4d7c25bb66acb0
parent9438cd96bbebb06f5b67c81f313eacd6e382f0d7
Add felix webconsole and link it off the admin web ui

Change-Id: I8b26d95d0f6928f166df01a0e4655b123dd339a9
Signed-off-by: Prasanth Pallamreddy <ppallamr@cisco.com>
13 files changed:
opendaylight/commons/opendaylight/pom.xml
opendaylight/distribution/opendaylight/pom.xml
opendaylight/northbound/httpservice-bridge/pom.xml [new file with mode: 0644]
opendaylight/northbound/httpservice-bridge/src/main/resources/WEB-INF/web.xml [new file with mode: 0644]
opendaylight/web/osgi-brandfragment/pom.xml [new file with mode: 0644]
opendaylight/web/osgi-brandfragment/src/main/resources/META-INF/webconsole.properties [new file with mode: 0644]
opendaylight/web/osgi-brandfragment/src/main/resources/res/imgs/odl/favicon.ico [new file with mode: 0644]
opendaylight/web/osgi-brandfragment/src/main/resources/res/imgs/odl/logo.png [new file with mode: 0644]
opendaylight/web/root/src/main/resources/WEB-INF/jsp/main.jsp
opendaylight/web/root/src/main/resources/css/one.less
opendaylight/web/root/src/main/resources/img/logo_16.png [new file with mode: 0644]
opendaylight/web/root/src/main/resources/js/open.js
pom.xml