This is an automated email from the ASF dual-hosted git repository.
asekretenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git
The following commit(s) were added to refs/heads/master by this push:
new 021554d Fixed src/Makefile.am to include Web UI roles tree files.
021554d is described below
commit 021554db4628a45c48c67ef4244b434b20cd9e79
Author: Andrei Sekretenko <[email protected]>
AuthorDate: Tue May 5 19:35:37 2020 +0200
Fixed src/Makefile.am to include Web UI roles tree files.
Review: https://reviews.apache.org/r/72473
---
src/Makefile.am | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/Makefile.am b/src/Makefile.am
index 22506f2..0b18f95 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1976,6 +1976,9 @@ nobase_dist_pkgdata_DATA +=
\
webui/app/agents/agents.html \
webui/app/frameworks/framework.html \
webui/app/frameworks/frameworks.html \
+ webui/app/frameworks/roles.html \
+ webui/app/frameworks/roles-tree.html \
+ webui/app/frameworks/roles-tree-root.html \
webui/app/maintenance/maintenance.html \
webui/app/offers/offers.html \
webui/app/roles/roles.html \