[
https://issues.apache.org/jira/browse/MESOS-6509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
haosdent updated MESOS-6509:
----------------------------
Description:
We add this font file to fix the incomplete Bootstrap upgrade in
https://reviews.apache.org/r/47699/ .The size of
glyphicons-halflings-regular.woff2 is 0 now due to review board does support to
upload binary files.
{code}
du -sh src/webui/master/static/fonts/*
20K src/webui/master/static/fonts/glyphicons-halflings-regular.eot
108K src/webui/master/static/fonts/glyphicons-halflings-regular.svg
48K src/webui/master/static/fonts/glyphicons-halflings-regular.ttf
24K src/webui/master/static/fonts/glyphicons-halflings-regular.woff
0B src/webui/master/static/fonts/glyphicons-halflings-regular.woff2
{code}
was:We add this font file to fix the incomplete Bootstrap upgrade in
https://reviews.apache.org/r/47699/ .The size of
glyphicons-halflings-regular.woff2 is 0 now due to review board does support to
upload binary files.
> Incorrect glyphicons-halflings-regular.woff2 file
> -------------------------------------------------
>
> Key: MESOS-6509
> URL: https://issues.apache.org/jira/browse/MESOS-6509
> Project: Mesos
> Issue Type: Bug
> Components: webui
> Reporter: haosdent
> Assignee: haosdent
> Priority: Minor
>
> We add this font file to fix the incomplete Bootstrap upgrade in
> https://reviews.apache.org/r/47699/ .The size of
> glyphicons-halflings-regular.woff2 is 0 now due to review board does support
> to upload binary files.
> {code}
> du -sh src/webui/master/static/fonts/*
> 20K src/webui/master/static/fonts/glyphicons-halflings-regular.eot
> 108K src/webui/master/static/fonts/glyphicons-halflings-regular.svg
> 48K src/webui/master/static/fonts/glyphicons-halflings-regular.ttf
> 24K src/webui/master/static/fonts/glyphicons-halflings-regular.woff
> 0B src/webui/master/static/fonts/glyphicons-halflings-regular.woff2
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)