This commit is contained in:
dg9vh 2016-11-23 16:19:19 +00:00
parent d30065bd1d
commit f99d3916fa
2 changed files with 1 additions and 2 deletions

View file

@ -68,9 +68,9 @@
if (strlen(getDMRNetwork()) > 0 ) { if (strlen(getDMRNetwork()) > 0 ) {
echo " (".getDMRNetwork().")"; echo " (".getDMRNetwork().")";
} }
echo "</td>";
?> ?>
</span> </span>
</td>
<td><span class="label <?php <td><span class="label <?php
if (getConfigItem("DMR Network", "Slot1", $mmdvmconfigs) == 1) { if (getConfigItem("DMR Network", "Slot1", $mmdvmconfigs) == 1) {
echo 'label-success">enabled'; echo 'label-success">enabled';

View file

@ -6,7 +6,6 @@
<table id="sysinfo" class="table table-condensed"> <table id="sysinfo" class="table table-condensed">
</table> </table>
</div> </div>
</div>
</div> </div>
<script> <script>
function loadXMLDocSysinfo() { function loadXMLDocSysinfo() {