diff options
author | Federico Ceratto <federico.ceratto@gmail.com> | 2017-12-19 23:39:27 +0000 |
---|---|---|
committer | Federico Ceratto <federico.ceratto@gmail.com> | 2017-12-19 23:39:27 +0000 |
commit | 6abdfdead1326ccca98dc4cf415c216f1bf25400 (patch) | |
tree | 70b803bd499fd45e89627c1b45b90ddf20e8e959 /web/Makefile.in | |
parent | Release v. 1.8.0+dfsg-1 to Unstable (diff) | |
parent | New upstream version 1.9.0+dfsg (diff) | |
download | netdata-6abdfdead1326ccca98dc4cf415c216f1bf25400.tar.xz netdata-6abdfdead1326ccca98dc4cf415c216f1bf25400.zip |
Update upstream source from tag 'upstream/1.9.0+dfsg'
Update to upstream version '1.9.0+dfsg'
with Debian dir 28b8242a05f9ad26cd1cdbcf078be754fc7d6251
Diffstat (limited to 'web/Makefile.in')
-rw-r--r-- | web/Makefile.in | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/web/Makefile.in b/web/Makefile.in index 42939d2a5..92f5c0887 100644 --- a/web/Makefile.in +++ b/web/Makefile.in @@ -340,6 +340,7 @@ dist_webold_DATA = \ weblibdir = $(webdir)/lib dist_weblib_DATA = \ lib/bootstrap-3.3.7.min.js \ + lib/bootstrap-slider-10.0.0.min.js \ lib/bootstrap-table-1.11.0.min.js \ lib/bootstrap-table-export-1.11.0.min.js \ lib/bootstrap-toggle-2.2.2.min.js \ @@ -347,13 +348,16 @@ dist_weblib_DATA = \ lib/d3-3.5.17.min.js \ lib/dygraph-combined-dd74404.js \ lib/dygraph-smooth-plotter-dd74404.js \ + lib/fontawesome-all-5.0.1.min.js \ lib/gauge-1.3.2.min.js \ lib/jquery-2.2.4.min.js \ lib/jquery.easypiechart-97b5824.min.js \ - lib/perfect-scrollbar-0.6.15.min.js \ lib/jquery.peity-3.2.0.min.js \ lib/jquery.sparkline-2.1.2.min.js \ + lib/lz-string-1.4.4.min.js \ lib/morris-0.5.1.min.js \ + lib/pako-1.0.6.min.js \ + lib/perfect-scrollbar-0.6.15.min.js \ lib/raphael-2.2.4-min.js \ lib/tableExport-1.6.0.min.js \ $(NULL) @@ -364,8 +368,8 @@ dist_webcss_DATA = \ css/bootstrap-3.3.7.css \ css/bootstrap-theme-3.3.7.min.css \ css/bootstrap-slate-flat-3.3.7.css \ + css/bootstrap-slider-10.0.0.min.css \ css/bootstrap-toggle-2.2.2.min.css \ - css/font-awesome.min.css \ css/c3-0.4.11.min.css \ $(NULL) @@ -376,12 +380,6 @@ dist_webfonts_DATA = \ fonts/glyphicons-halflings-regular.ttf \ fonts/glyphicons-halflings-regular.woff \ fonts/glyphicons-halflings-regular.woff2 \ - fonts/FontAwesome.otf \ - fonts/fontawesome-webfont.eot \ - fonts/fontawesome-webfont.svg \ - fonts/fontawesome-webfont.ttf \ - fonts/fontawesome-webfont.woff \ - fonts/fontawesome-webfont.woff2 \ $(NULL) webimagesdir = $(webdir)/images |