Эх сурвалжийг харах

HUE-8330 [frontend] Change the workflows icon

Johan Ahlen 7 жил өмнө
parent
commit
2b83a35

+ 1 - 0
desktop/core/src/desktop/templates/hue_icons.mako

@@ -375,6 +375,7 @@
     <!-- ko case: 'text' --><i class="fa fa-fw fa-i-cursor"></i><!-- /ko -->
     <!-- ko case: 'yarn' --><svg class="hi hi-fw"><use xlink:href="#hi-job-designer"></use></svg><!-- /ko -->
     <!-- ko case: 'warehouses' --><i class="altus-icon altus-adb-cluster"></i><!-- /ko -->
+    <!-- ko case: 'workflows' --><svg class="hi hi-fw"><use xlink:href="#hi-job-designer"></use></svg><!-- /ko -->
     <!-- ko case: $else --><i class="fa fa-fw fa-database"></i><!-- /ko -->
     <!-- /ko -->
   </script>

+ 5 - 0
desktop/core/src/desktop/templates/ko_components/ko_dw_sidebar.mako

@@ -64,6 +64,11 @@
             { displayName: 'Catalog', url: '/metastore/tables', icon: 'tables' },
             { displayName: 'Importer', url: '/indexer/importer', icon: 'hdfs' },
             { displayName: 'Warehouses', url: '/hue/jobbrowser', icon: 'warehouses' }
+
+##            { displayName: 'Editor', url: '/editor/?type=hive', icon: 'editor' },
+##            { displayName: 'Dashboard', url: '/jobbrowser#!workflows', icon: 'tables' },
+##            { displayName: 'Workflows', url: '/oozie/editor/workflow/new', icon: 'workflows' },
+##            { displayName: 'Service', url: '/hue/jobbrowser#!dataware2-clusters', icon: 'warehouses' }
           ]
         }]);
         self.collapsed = ko.observable();