This is an automated email from the ASF dual-hosted git repository.
dpgaspar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 1328c56aab fix: FAB CSS on Superset (#24390)
1328c56aab is described below
commit 1328c56aab458816a736a76930c5125ab866e017
Author: Daniel Vaz Gaspar <[email protected]>
AuthorDate: Tue Jun 13 16:51:21 2023 +0100
fix: FAB CSS on Superset (#24390)
---
superset/templates/superset/basic.html | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/superset/templates/superset/basic.html
b/superset/templates/superset/basic.html
index fdd2e8e0de..0a4d24cc05 100644
--- a/superset/templates/superset/basic.html
+++ b/superset/templates/superset/basic.html
@@ -44,7 +44,14 @@
>
{% endfor %}
<link rel="stylesheet" type="text/css" href="{{ assets_prefix
}}/static/appbuilder/css/flags/flags16.css" />
- <link rel="stylesheet" type="text/css" href="{{ assets_prefix
}}/static/appbuilder/css/font-awesome.min.css">
+ <link rel="stylesheet" type="text/css" href="{{ assets_prefix
}}/static/appbuilder/css/fontawesome/fontawesome.min.css">
+ <link rel="stylesheet" type="text/css" href="{{ assets_prefix
}}/static/appbuilder/css/fontawesome/regular.min.css">
+ <link rel="stylesheet" type="text/css" href="{{ assets_prefix
}}/static/appbuilder/css/fontawesome/solid.min.css">
+ <link rel="stylesheet" type="text/css" href="{{ assets_prefix
}}/static/appbuilder/css/fontawesome/brands.min.css">
+ <link rel="stylesheet" type="text/css" href="{{ assets_prefix
}}/static/appbuilder/datepicker/bootstrap-datepicker.css">
+ <link rel="stylesheet" type="text/css" href="{{ assets_prefix
}}/static/appbuilder/datepicker/bootstrap-datepicker.css">
+ <link rel="stylesheet" type="text/css" href="{{ assets_prefix
}}/static/appbuilder/select2/select2.css">
+ <link rel="stylesheet" type="text/css" href="{{ assets_prefix
}}/static/appbuilder/select2/select2-bootstrap-theme.css">
{{ css_bundle("theme") }}