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

View file

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