diff options
author | moisseev <moiseev@mezonplus.ru> | 2022-02-20 20:36:32 +0300 |
---|---|---|
committer | moisseev <moiseev@mezonplus.ru> | 2022-02-20 20:36:32 +0300 |
commit | a417f507b9cf123050c89dbf940b127091af25ab (patch) | |
tree | 570ef8c9faa75ce3a1628e11005b2d36d42f8e3f /interface/index.html | |
parent | d4656983a39150844f9aaf7b3ee6cdc8164a4c41 (diff) | |
download | rspamd-a417f507b9cf123050c89dbf940b127091af25ab.tar.gz rspamd-a417f507b9cf123050c89dbf940b127091af25ab.zip |
[WebUI] Replace pie chart library
Diffstat (limited to 'interface/index.html')
-rw-r--r-- | interface/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface/index.html b/interface/index.html index 0fbcbf872..d53a85e2d 100644 --- a/interface/index.html +++ b/interface/index.html @@ -20,6 +20,7 @@ <link rel="stylesheet" type="text/css" href="./css/FooTable.Glyphicons.css"/> <link rel="stylesheet" type="text/css" href="./css/svg-with-js.min.css"> <link rel="stylesheet" type="text/css" href="./css/d3evolution.css"> + <link rel="stylesheet" type="text/css" href="./css/d3pie.css"> <link rel="stylesheet" type="text/css" href="./css/nprogress.css"/> <link rel="stylesheet" type="text/css" href="./css/prism.css"/> <link href="./css/rspamd.css" rel="stylesheet"> |