Commit 6567725d authored by Frank Wall's avatar Frank Wall

bring back gateway descriptions

parent e76fec29
...@@ -349,11 +349,7 @@ $( document ).ready(function() { ...@@ -349,11 +349,7 @@ $( document ).ready(function() {
<?=$gateway['monitor'];?> <?=$gateway['monitor'];?>
</td> </td>
<td> <td>
<?php
if (!is_numeric($gateway['attribute'])) :?>
<?=$gateway['descr'];?> <?=$gateway['descr'];?>
<?php
endif;?>
</td> </td>
<td> <td>
<a href="system_gateways_edit.php?id=<?=$i;?>" class="btn btn-default btn-xs" <a href="system_gateways_edit.php?id=<?=$i;?>" class="btn btn-default btn-xs"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment