[Rt-commit] rt branch, 4.2/report-os-details, updated. rt-4.0.6-449-g8dceabb
Ruslan Zakirov
ruz at bestpractical.com
Fri Oct 5 19:19:34 EDT 2012
The branch, 4.2/report-os-details has been updated
via 8dceabbf40ed06e20d965b1780cb27b8627f03df (commit)
from 9c705bd3fb93f9543920294d3c95284cc45d10c4 (commit)
Summary of changes:
share/html/Admin/Tools/Configuration.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 8dceabbf40ed06e20d965b1780cb27b8627f03df
Author: Ruslan Zakirov <ruz at bestpractical.com>
Date: Sat Oct 6 03:17:53 2012 +0400
use white-space: pre-wrap rather nothing
multiline output, like from lsb_release command, gets
much better.
diff --git a/share/html/Admin/Tools/Configuration.html b/share/html/Admin/Tools/Configuration.html
index c5df4bb..86b9027 100644
--- a/share/html/Admin/Tools/Configuration.html
+++ b/share/html/Admin/Tools/Configuration.html
@@ -270,7 +270,7 @@ my $row = 0;
% my $res = `$cmd </dev/null 2>/dev/null` or next;
<tr class="collection-as-table <% $row++ % 2 ? "oddline" : "evenline" %>">
<td class="collection-as-table"><% $name %></td>
-<td class="collection-as-table" style="font-family: monospace"><% $res %></td>
+<td class="collection-as-table" style="white-space: pre-wrap; font-family: monospace"><% $res %></td>
</tr>
% }
</table>
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list