diff --git a/admin/Makefile.am b/admin/Makefile.am index 5c6db906..19be6633 100644 --- a/admin/Makefile.am +++ b/admin/Makefile.am @@ -4,5 +4,6 @@ AUTOMAKE_OPTIONS = foreign admindir = $(pkgdatadir)/admin dist_admin_DATA = listclients.xsl listmounts.xsl moveclients.xsl response.xsl \ + logs.xsl showlog.xsl \ stats.xsl manageauth.xsl updatemetadata.xsl managerelays.xsl diff --git a/web/Makefile.am b/web/Makefile.am index d9f72c5c..57dc0555 100644 --- a/web/Makefile.am +++ b/web/Makefile.am @@ -11,4 +11,6 @@ dist_web_DATA = status.xsl \ server_version.xsl \ server_uptime.xsl \ uptime_xml.xsl \ + navbar.html \ + adminbar.html \ favicon.ico diff --git a/web/style.css b/web/style.css index 42957c54..61f92a3d 100644 --- a/web/style.css +++ b/web/style.css @@ -233,7 +233,7 @@ td { .logs table { background-color: #656565; color: #fff; - font-size: 60%; + font-size: 90%; } .banner td {