diff options
Diffstat (limited to 'htroot/IndexCreateLoaderQueue_p.html')
| -rw-r--r-- | htroot/IndexCreateLoaderQueue_p.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/htroot/IndexCreateLoaderQueue_p.html b/htroot/IndexCreateLoaderQueue_p.html index ba8727f4a..c68116386 100644 --- a/htroot/IndexCreateLoaderQueue_p.html +++ b/htroot/IndexCreateLoaderQueue_p.html @@ -22,13 +22,15 @@ </colgroup>
<tr class="TableHeader">
<th>Initiator</th>
- <th>Depth</th>
+ <th>Depth</th> + <th>Status</th>
<th>URL</th>
</tr>
#{list}#
<tr class="TableCell#(dark)#Light::Dark#(/dark)#">
<td>#[initiator]#</td>
- <td>#[depth]#</td>
+ <td>#[depth]#</td> + <td>#[status]#</td>
<td><a href="#[url]#">#[url]#</a></td>
</tr>
#{/list}#
|
