Просмотр исходного кода

HUE-4358 [metastore] Remove toggling meta switch

Romain Rigaux 10 лет назад
Родитель
Сommit
14e240f

+ 0 - 14
apps/metastore/src/metastore/templates/components.mako

@@ -31,20 +31,6 @@
                 </a>
                 </a>
               </li>              
               </li>              
             </ul>
             </ul>
-            % if is_navigator_enabled:
-            <div class="pull-right">
-              <a class="pointer" data-bind="click: function() { navigatorEnabled(! navigatorEnabled()); }">
-                <i class="fa" data-bind="css: {'fa-toggle-off': ! navigatorEnabled(), 'fa-toggle-on': navigatorEnabled() }" style="margin-top:15px"></i> ${ _('Enhance Nav') }
-              </a>
-            </div>
-            % endif
-            % if is_optimizer_enabled:
-            <div class="pull-right">
-              <a class="pointer" data-bind="click: function() { optimizerEnabled(! optimizerEnabled()); }">
-                <i class="fa" data-bind="css: {'fa-toggle-off': ! optimizerEnabled(), 'fa-toggle-on': optimizerEnabled() }" style="margin-top:15px"></i> ${ _('Enhance Opt') }
-              </a>
-            </div>
-            % endif
           </div>
           </div>
         </div>
         </div>
       </div>
       </div>

+ 2 - 2
apps/spark/java/README.rst

@@ -3,7 +3,7 @@ Welcome to Livy
 
 
 Livy is an open source REST interface for interacting with Apache Spark from anywhere. 
 Livy is an open source REST interface for interacting with Apache Spark from anywhere. 
 
 
-Livy was originally created in Hue and then moved to its own project _livy.io: http://livy.io.
+Livy was originally created in Hue and then moved to its own project http://livy.io.
 
 
-And read more about_Spark in Hue here:http://gethue.com/spark/.
+And read more about Spark in Hue on http://gethue.com/spark/.
 
 

+ 1 - 1
desktop/libs/notebook/src/notebook/templates/notebook_ko_components.mako

@@ -320,7 +320,7 @@ except ImportError, e:
     </form>
     </form>
 
 
     <div class="hover-dropdown" data-bind="visible: snippet.status() == 'available' && snippet.result.hasSomeResults() && snippet.result.type() == 'table'" style="display:none;">
     <div class="hover-dropdown" data-bind="visible: snippet.status() == 'available' && snippet.result.hasSomeResults() && snippet.result.type() == 'table'" style="display:none;">
-      <a class="snippet-side-btn inactive-action dropdown-toggle pointer" style="padding-right:0" data-toggle="dropdown" title="${ _('Get resultset') }">
+      <a class="snippet-side-btn inactive-action dropdown-toggle pointer" style="padding-right:0" data-toggle="dropdown" title="${ _('Get results') }">
         <i class="fa fa-fw fa-download"></i>
         <i class="fa fa-fw fa-download"></i>
       </a>
       </a>
       <ul class="dropdown-menu less-padding">
       <ul class="dropdown-menu less-padding">