Remove BlockSize from bind9.xsl
The BlockSize counter doesn't exist anymore (for some time now).
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user