Bläddra i källkod

HUE-3294 [metastore] Added temporary links to load apps

Enrico Berti 9 år sedan
förälder
incheckning
e9072f8
1 ändrade filer med 4 tillägg och 1 borttagningar
  1. 4 1
      desktop/core/src/desktop/templates/responsive.mako

+ 4 - 1
desktop/core/src/desktop/templates/responsive.mako

@@ -292,7 +292,10 @@ ${ hueIcons.symbols() }
 
 
     <div class="page-content">
-      <div data-bind='text: currentApp'></div>
+      Load 
+      <a href="#" data-bind="click: function(){ currentApp('editor') }">editor</a> |
+      <a href="#" data-bind="click: function(){ currentApp('metastore') }">metastore</a>
+
       <!-- ko if: isLoadingEmbeddable -->
       <i class="fa fa-spinner fa-spin"></i>
       <!-- /ko -->