Skip to content

Commit

Permalink
add iconfont
Browse files Browse the repository at this point in the history
  • Loading branch information
rgl committed Feb 5, 2020
1 parent 8cb13c4 commit 53a3db0
Show file tree
Hide file tree
Showing 6 changed files with 763 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Build
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-18.04
steps:
- name: Checkout
uses: actions/checkout@v1
with:
fetch-depth: 1
- name: Set up node.js
uses: actions/setup-node@v1
with:
node-version: '8.x'
- name: Build
run: |
node --version
yarn --version
yarn install --frozen-lockfile
yarn build
find . -not -path '*/node_modules/*'
- name: Archive
uses: actions/upload-artifact@v1
with:
name: jaeger-ui
path: packages/jaeger-ui/build/
4 changes: 4 additions & 0 deletions packages/jaeger-ui/config-overrides-antd-vars.less
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@

// Table
@table-row-hover-bg:#e5f2f2;

// Font
// see https://github.com/ant-design/antd-init/tree/master/examples/local-iconfont
@icon-url: "/iconfont/iconfont"
Binary file added packages/jaeger-ui/public/iconfont/iconfont.eot
Binary file not shown.
Loading

0 comments on commit 53a3db0

Please sign in to comment.