X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fweb%2Froot%2Fsrc%2Fmain%2Fresources%2Fjs%2Fopen.js;fp=opendaylight%2Fweb%2Froot%2Fsrc%2Fmain%2Fresources%2Fjs%2Fopen.js;h=6a2efdbf9a730e51fc37bc18a3fd297d91c93535;hb=8e7db763d7b721ade3cf0ec4d8c2bddd02870ec3;hp=619edcaf2cba5ed4bb5d5d08359c13333a702d5a;hpb=9438cd96bbebb06f5b67c81f313eacd6e382f0d7;p=controller.git diff --git a/opendaylight/web/root/src/main/resources/js/open.js b/opendaylight/web/root/src/main/resources/js/open.js index 619edcaf2c..6a2efdbf9a 100644 --- a/opendaylight/web/root/src/main/resources/js/open.js +++ b/opendaylight/web/root/src/main/resources/js/open.js @@ -728,6 +728,11 @@ $("#logout").click(function() { location.href = "/logout"; }); +// felix osgi runtime +$("#osgi").click(function() { + window.open("/controller/osgi/system/console", '_newtab'); +}); + $.ajaxSetup({ complete : function(xhr, textStatus) { var mime = xhr.getResponseHeader('Content-Type');