config manager: do not truncate descriptions

Table layout should cope, if it doesn't it sucks and needs
to be fixed.
This commit is contained in:
Franco Fichtner 2015-09-14 19:44:07 +02:00
parent 17e0f91ea9
commit f84dfed452

View File

@ -319,7 +319,7 @@ include("head.inc");
<td class="listlr"> <?= $date ?></td>
<td class="listr"> <?= $version['version'] ?></td>
<td class="listr"> <?= format_bytes($version['filesize']) ?></td>
<td class="listr"> <?= substr($version['description'],0,50) ?></td>
<td class="listr"> <?= $version['description'] ?></td>
<td class="btn-group-table">
<a href="diag_confbak.php?newver=<?=$version['time'];?>" class="btn btn-default btn-xs" title="<?=gettext("Revert to this configuration");?>"><span class="glyphicon glyphicon-log-in"></span></a>