made enabled modes responsive

This commit is contained in:
dg9vh 2016-09-25 16:28:50 +00:00
parent 1f6624f845
commit ac257a6c4c
2 changed files with 3 additions and 1 deletions

View file

@ -2,6 +2,7 @@
<!-- Standard-Panel-Inhalt -->
<div class="panel-heading">Enabled Modes</div>
<!-- Tabelle -->
<div class="table-responsive">
<table class="table">
<tr>
<?php showMode("DMR", $mmdvmconfigs);?>
@ -14,4 +15,5 @@
<?php showMode("P25 Network", $mmdvmconfigs);?>
</tr>
</table>
</div>
</div>

View file

@ -1,3 +1,3 @@
<?php
define("VERSION", "20160920-1");
define("VERSION", "20160925-1");
?>