mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Remove BlockSize from bind9.xsl
The BlockSize counter doesn't exist anymore (for some time now).
This commit is contained in:
parent
3d674ccc1d
commit
a0f322a38b
1 changed files with 0 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue