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"> <tr class="odd gradeX">
<td> <td>
<a href="https://doc.powerdns.com/authoritative/search.html?q={{ config['name'] }}" <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'] }} <i class="fa-solid fa-search"></i>&nbsp;{{ config['name'] }}
</a> </a>
</td> </td>

View File

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