]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix the charts in the statistics channel
authorAram Sargsyan <aram@isc.org>
Fri, 26 Sep 2025 12:51:37 +0000 (12:51 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Wed, 10 Dec 2025 17:30:43 +0000 (17:30 +0000)
commit3a3013a8b1645d08e4f78225429c55d31c26db4e
treef9fff66f499fd3a674b19ae476433b5299a7abd4
parent226e467c37d370d22e70de3f550c33f732614d2c
Fix the charts in the statistics channel

The statistics channel's HTML presentation has charts, but it has
a couple of problems.

1. Because of an inconsistent condition, a chart's JS code might have
   been executed, while the HTML markup wasn't present, and this is
   causing a JS error.
2. The feature is turned off on Mozilla-based browsers.

Fix the inconsistency in conditions, remove the conditional rendering
which disabled the feature for Mozilla-based browsers by looking at
the XSLT processor's name, and fix indentation inconsistencies.
bin/named/bind9.xsl