Browse Source

HUE-6077 [frontend] Fix Java icon in the query dropdown menu

Enrico Berti 8 years ago
parent
commit
1d02191
1 changed files with 1 additions and 1 deletions
  1. 1 1
      desktop/core/src/desktop/templates/hue_icons.mako

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

@@ -261,7 +261,7 @@
     <!-- ko case: 'hive' --><svg class="hi"><use xlink:href="#hi-hive"></use></svg><!-- /ko -->
     <!-- ko case: 'impala' --><svg class="hi"><use xlink:href="#hi-impala"></use></svg><!-- /ko -->
     <!-- ko case: 'jar' --><svg class="hi"><use xlink:href="#hi-spark"></use></svg><!-- /ko -->
-    <!-- ko case: 'java' --><i class="fa fa-file-code-o app-icon"></i><!-- /ko -->
+    <!-- ko case: 'java' --><i class="fa fa-fw fa-file-code-o"></i><!-- /ko -->
     <!-- ko case: 'job-designer' --><svg class="hi"><use xlink:href="#hi-job-designer"></use></svg><!-- /ko -->
     <!-- ko case: 'mapreduce' --><i class="fa fa-fw fa-file-archive-o"></i><!-- /ko -->
     <!-- ko case: 'markdown' --><svg class="hi"><use xlink:href="#hi-markdown"></use></svg><!-- /ko -->