merged
This commit is contained in:
parent
d30065bd1d
commit
f99d3916fa
2 changed files with 1 additions and 2 deletions
|
@ -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';
|
||||||
|
|
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue