|
|
@ -127,13 +127,14 @@ sub action |
|
|
|
|
|
|
|
|
|
|
|
# Get URL for explore file |
|
|
|
# Get URL for explore file |
|
|
|
my $browseFile = "?action=browse&host=$host"; |
|
|
|
my $browseFile = "?action=browse&host=$host"; |
|
|
|
|
|
|
|
my $browseErrors = "?action=view&type=XferErr&num=$backup->{num}&host=$host"; |
|
|
|
|
|
|
|
|
|
|
|
# Show summary |
|
|
|
# Show summary |
|
|
|
$str .= <<EOF; |
|
|
|
$str .= <<EOF; |
|
|
|
<tr$reasonHilite> |
|
|
|
<tr$reasonHilite> |
|
|
|
<td class="border"><a href="$browseFile" target="_blank">$host</a></td> |
|
|
|
<td class="border"><a href="$browseFile" target="_blank">$host</a></td> |
|
|
|
<td align="center" class="border" style="color:$lastAgeColor;">$lastAge <em>(Freq: $frequency)</em></td> |
|
|
|
<td align="center" class="border" style="color:$lastAgeColor;">$lastAge <em>(Freq: $frequency)</em></td> |
|
|
|
<td align="center" class="border" style="color:$lastXferErrorsColor;">$lastXferErrors</td> |
|
|
|
<td align="center" class="border" style="color:$lastXferErrorsColor;">$lastXferErrors (<a href="$browseErrors" target="_blank">Extract errors</a>)</td> |
|
|
|
<td align="center" class="border" style="color:$sizeConsistencyColor;">$sizeConsistency</td> |
|
|
|
<td align="center" class="border" style="color:$sizeConsistencyColor;">$sizeConsistency</td> |
|
|
|
</tr> |
|
|
|
</tr> |
|
|
|
EOF |
|
|
|
EOF |
|
|
|