Explorar o código

HUE-8943 [core] Update icons for jobs and HBase

Romain %!s(int64=6) %!d(string=hai) anos
pai
achega
26f59f4983

+ 2 - 2
desktop/core/src/desktop/js/ko/bindings/ko.hueAppIcon.js

@@ -24,7 +24,7 @@ const APP_ICON_INDEX = {
   'dist-cp': `<i class="fa fa-fw fa-files-o"></i>`,
   documents: `<svg class="hi hi-fw"><use xlink:href="#hi-documents"></use></svg>`,
   editor: `<svg class="hi hi-fw"><use xlink:href="#hi-editor"></use></svg>`,
-  hbase: `<svg class="hi hi-fw"><use xlink:href="#hi-hbase"></use></svg>`,
+  hbase: `<i class="fa fa-fw fa-th-large"></i>`,
   hdfs: `<i class="fa fa-fw fa-folder-o"></i>`,
   hive: `<svg class="hi hi-fw"><use xlink:href="#hi-hive"></use></svg>`,
   impala: `<svg class="hi hi-fw"><use xlink:href="#hi-impala"></use></svg>`,
@@ -61,7 +61,7 @@ const APP_ICON_INDEX = {
   text: `<i class="fa fa-fw fa-i-cursor"></i>`,
   warehouses: `<i class="altus-icon altus-adb-cluster" style="margin: 0 1px 0 3px"></i>`,
   workflows: `<svg class="hi hi-fw"><use xlink:href="#hi-oozie"></use></svg>`,
-  yarn: `<svg class="hi hi-fw"><use xlink:href="#hi-job-designer"></use></svg>`
+  yarn: `<svg class="hi hi-fw"><use xlink:href="#hi-broadcast"></use></svg>`
 };
 
 ko.bindingHandlers.hueAppIcon = {

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

@@ -549,7 +549,7 @@
     <!-- ko case: 'sqoop1' --><svg class="hi hi-fw"><use xlink:href="#hi-sqoop"></use></svg><!-- /ko -->
     <!-- ko case: 'tables' --><i class="fa fa-fw fa-table"></i><!-- /ko -->
     <!-- 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: 'yarn' --><svg class="hi hi-fw"><use xlink:href="#hi-broadcast"></use></svg><!-- /ko -->
     <!-- ko case: 'warehouses' --><i class="altus-icon altus-adb-cluster" style="margin: 0 1px 0 3px"></i><!-- /ko -->
     <!-- ko case: 'workflows' --><svg class="hi hi-fw"><use xlink:href="#hi-oozie"></use></svg><!-- /ko -->
     <!-- ko case: $else --><i class="fa fa-fw fa-database"></i><!-- /ko -->