Completed first-round of updates for the server statistics and configuration features.

This commit is contained in:
Matt Scott 2023-02-19 15:16:50 -05:00
parent 62018686f5
commit 67040ad9c2
2 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@
<tr class="odd gradeX">
<td>
<a href="https://doc.powerdns.com/authoritative/search.html?q={{ config['name'] }}"
target="_blank" class="btn btn-primary">
target="_blank" class="btn btn-primary" title="Search Documentation">
<i class="fa-solid fa-search"></i>&nbsp;{{ config['name'] }}
</a>
</td>

View File

@ -36,7 +36,7 @@
<table id="tbl_statistics" class="table table-bordered table-striped table-hover table-sm">
<thead>
<tr>
<th width="30%">Statistic</th>
<th>Statistic</th>
<th>Value</th>
</tr>
</thead>
@ -45,7 +45,7 @@
<tr class="odd gradeX">
<td>
<a href="https://doc.powerdns.com/authoritative/search.html?q={{ statistic['name'] }}"
target="_blank" class="btn btn-primary">
target="_blank" class="btn btn-primary" title="Search Documentation">
<i class="fa fa-search"></i>&nbsp;{{ statistic['name'] }}
</a>
</td>