Remove BlockSize from bind9.xsl

The BlockSize counter doesn't exist anymore (for some time now).
This commit is contained in:
Ondřej Surý
2023-01-19 17:06:17 +01:00
parent 3d674ccc1d
commit a0f322a38b

View File

@@ -1040,7 +1040,6 @@
<th>Name</th>
<th>References</th>
<th>InUse</th>
<th>BlockSize</th>
<th>Pools</th>
<th>HiWater</th>
<th>LoWater</th>
@@ -1066,9 +1065,6 @@
<td>
<xsl:value-of select="inuse"/>
</td>
<td>
<xsl:value-of select="blocksize"/>
</td>
<td>
<xsl:value-of select="pools"/>
</td>