Add felix webconsole and link it off the admin web ui
[controller.git] / opendaylight / web / root / src / main / resources / js / open.js
index 619edcaf2cba5ed4bb5d5d08359c13333a702d5a..6a2efdbf9a730e51fc37bc18a3fd297d91c93535 100644 (file)
@@ -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');