]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: Replace font-awesome with fork-awesome 21327/head
authorLenz Grimmer <lgrimmer@suse.com>
Tue, 10 Apr 2018 12:59:46 +0000 (14:59 +0200)
committerLenz Grimmer <lgrimmer@suse.com>
Tue, 10 Apr 2018 12:59:46 +0000 (14:59 +0200)
Replaces the dependency on Font Awesome with Fork Awesome
(https://forkawesome.github.io/), which is a plug-in replacement
for font-awesome 4.7.0 and adds a few more icons (see
https://forkawesome.github.io/Fork-Awesome/whats-new/ for
background information about this fork).

It is licensed under the following licenses - see
https://forkawesome.github.io/Fork-Awesome/license/ for details:

Fonts: SIL OFL 1.1
Code: MIT License
Documentation: CC BY 3.0

Signed-off-by: Lenz Grimmer <lgrimmer@suse.com>
src/pybind/mgr/dashboard/frontend/.angular-cli.json
src/pybind/mgr/dashboard/frontend/package.json
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table/table.component.scss
src/pybind/mgr/dashboard/frontend/src/openattic-theme.scss

index 6ffd7b7d6e8fe35ebb1299adc0617d462d092118..f268010bdde80bd36b6bac28c69e3d6333e2dff3 100644 (file)
@@ -21,7 +21,7 @@
       "styles": [
         "../node_modules/bootstrap/dist/css/bootstrap.css",
         "../node_modules/ng2-toastr/bundles/ng2-toastr.min.css",
-        "../node_modules/font-awesome/css/font-awesome.css",
+        "../node_modules/fork-awesome/css/fork-awesome.css",
         "../node_modules/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.css",
         "styles.scss"
       ],
index 1a4936edf6fdb0c5038733157c3d8b7ed7eff7f1..14eef2b248451c3c0f931ee1c168e840d10ee288 100644 (file)
@@ -27,7 +27,7 @@
     "bootstrap": "^3.3.7",
     "chart.js": "^2.7.1",
     "core-js": "^2.4.1",
-    "font-awesome": "4.7.0",
+    "fork-awesome": "1.0.11",
     "lodash": "^4.17.4",
     "moment": "2.20.1",
     "ng2-charts": "^1.6.0",
index db9c4eb97772474e5582e7245bde51138f44dae8..9baaf951b634d94bf0c24eeb33e053e02cbce229 100644 (file)
       font-weight: bold;
       .datatable-header-cell-label {
         &:after {
-          font-family: FontAwesome;
+          font-family: ForkAwesome;
           font-weight: 400;
           height: 9px;
           left: 10px;
index d4eee695ac8eb3692ca67510a98e1ad12296ee2c..fb03cc27aee42a5094676841e5792e106c40bafa 100755 (executable)
@@ -32,8 +32,8 @@
 
 @import 'defaults';
 
-$fa-font-path: "../node_modules/font-awesome/fonts";
-@import "../node_modules/font-awesome/scss/font-awesome";
+$fa-font-path: "../node_modules/fork-awesome/fonts";
+@import "../node_modules/fork-awesome/scss/fork-awesome";
 
 /* Basics */
 html {
@@ -141,7 +141,7 @@ option {
 .breadcrumb>li+li:before {
   padding: 0 5px 0 7px;
   color: #474544;
-  font-family: "FontAwesome";
+  font-family: "ForkAwesome";
   content: "\f101";
 }
 .breadcrumb>li>span {