mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 09:34:39 +00:00
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:
parent
17e0f91ea9
commit
f84dfed452
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user