[Rt-commit] rt branch, 4.2/fixup-version-history, updated. rt-4.1.23-209-gc1e2144
Alex Vandiver
alexmv at bestpractical.com
Thu Sep 5 15:10:35 EDT 2013
The branch, 4.2/fixup-version-history has been updated
via c1e21446ddde277a4fe2e2399550b37f91a057e5 (commit)
from 1081f65d6a30a17ea64b0ce6a2993ca8bd443707 (commit)
Summary of changes:
share/html/Admin/Elements/UpgradeHistoryRow | 3 +++
1 file changed, 3 insertions(+)
- Log -----------------------------------------------------------------
commit c1e21446ddde277a4fe2e2399550b37f91a057e5
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Thu Sep 5 15:10:32 2013 -0400
Note the upgrades that did not complete
diff --git a/share/html/Admin/Elements/UpgradeHistoryRow b/share/html/Admin/Elements/UpgradeHistoryRow
index b9f579a..69e5624 100644
--- a/share/html/Admin/Elements/UpgradeHistoryRow
+++ b/share/html/Admin/Elements/UpgradeHistoryRow
@@ -65,6 +65,9 @@
% } else {
<% ucfirst($row->{action}) %>
% }
+% if (not $complete) {
+ <&|/l&>(Incomplete)</&>
+% }
</td>
<td class="collection-as-table"><% $timestamp->AsString %></td>
<td class="collection-as-table"><% $duration %></td>
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list