diff --git a/.gitignore b/.gitignore index 3bea6e0e33..207baca8d5 100644 --- a/.gitignore +++ b/.gitignore @@ -130,6 +130,7 @@ cmake_install.cmake .jetbrains* .DS_Store +webcopylocal* contrib/debian/changelog diff --git a/web/gui/Makefile.am b/web/gui/Makefile.am index 07c55e88d6..7d1ceef91f 100644 --- a/web/gui/Makefile.am +++ b/web/gui/Makefile.am @@ -69,6 +69,17 @@ dist_web_DATA = \ version.txt \ $(NULL) + +webconsoledir=$(webdir)/console +dist_webconsole_DATA = \ + console/index.html \ + $(NULL) + +webstaticdir=$(webdir)/static/img +dist_webstatic_DATA = \ + static/img/netdata-logomark.svg \ + $(NULL) + weblibdir=$(webdir)/lib dist_weblib_DATA = \ lib/bootstrap-3.3.7.min.js \ diff --git a/web/gui/console/index.html b/web/gui/console/index.html new file mode 100644 index 0000000000..97385b0569 --- /dev/null +++ b/web/gui/console/index.html @@ -0,0 +1,72 @@ + + + + + Netdata Console + + + + + + + + + + + + + + + + + + + +
+ + + + + + diff --git a/web/gui/index.html b/web/gui/index.html index d0e4a2369f..c9dd89b228 100644 --- a/web/gui/index.html +++ b/web/gui/index.html @@ -124,6 +124,7 @@