Kaynağa Gözat

AMBARI-18595 Icons don't display in Windows 10 Microsoft Edge or Internet Explorer 11 (Vivek Ratnavel Subramanian via zhewang)

Zhe (Joe) Wang 8 yıl önce
ebeveyn
işleme
d6cebbd2a9
1 değiştirilmiş dosya ile 9 ekleme ve 1 silme
  1. 9 1
      ambari-web/pom.xml

+ 9 - 1
ambari-web/pom.xml

@@ -205,7 +205,7 @@
         <version>1.7</version>
         <executions>
           <execution>
-            <id>gzip ambari-web images</id>
+            <id>gzip ambari-web images and fontawesome fonts</id>
             <phase>prepare-package</phase>
             <goals>
               <goal>run</goal>
@@ -220,6 +220,14 @@
                     </patternset>
                   </fileset>
                 </apply>
+                <apply executable="${executable.gzip}">
+                  <arg value="-f"/>
+                  <fileset dir="${basedir}/public/font/">
+                    <patternset>
+                      <include name="**/*"/>
+                    </patternset>
+                  </fileset>
+                </apply>
               </tasks>
             </configuration>
           </execution>