@cryptotaxi247 / netdata-1 / commits / 480139887

Add missing files to web/gui/Makefile.am. (#15383)

Austin S. Hemmelgarn committed Jul 13, 2023 at 12:28 UTC 4801398871a885371711d4caa366b52c696dcec0
1 file changed +6 -2
web/gui/Makefile.am
+6 -2
@@ -53,11 +53,15 @@ dist_noinst_DATA = \
53
54 dist_web_DATA = \
55 dashboard.js \
56 - $(srcdir)/switch.html \
57 - $(srcdir)/dashboard_info.js \
56 $(srcdir)/dashboard_info_custom_example.js \
57 + $(srcdir)/dashboard_info.js \
58 + $(srcdir)/index.html \
59 $(srcdir)/main.css \
60 $(srcdir)/main.js \
61 + $(srcdir)/registry-access.html \
62 + $(srcdir)/registry-alert-redirect.html \
63 + $(srcdir)/switch.html \
64 + $(srcdir)/v2live.html \
65 version.txt \
66 $(NULL)
67