diff options
Diffstat (limited to 'logfiles-status-html.lsp')
-rw-r--r-- | logfiles-status-html.lsp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/logfiles-status-html.lsp b/logfiles-status-html.lsp index f25d8a4..d11e16d 100644 --- a/logfiles-status-html.lsp +++ b/logfiles-status-html.lsp @@ -9,6 +9,7 @@ <TR style="background:#eee;font-weight:bold;"> <TD style="padding-right:20px;white-space:nowrap;" class="header">Delete</TD> <TD style="padding-right:20px;white-space:nowrap;" class="header">View</TD> + <TD style="padding-right:20px;white-space:nowrap;" class="header">Tail</TD> <TD style="padding-right:20px;white-space:nowrap;" class="header">Save</TD> <TD style="padding-right:20px;white-space:nowrap;text-align:right;" class="header">Size</TD> <TD style="padding-right:20px;white-space:nowrap;" class="header">Last Modified</TD> @@ -24,6 +25,7 @@ <%= html.link{value = "delete?name="..file.value.filename.value, label="Delete" } %> <% end %></TD> <TD style="padding-right:20px;white-space:nowrap;"><%= html.link{value = "view?name="..file.value.filename.value, label="View" } %></TD> + <TD style="padding-right:20px;white-space:nowrap;"><%= html.link{value = "tail?name="..file.value.filename.value, label="Tail" } %></TD> <TD style="padding-right:20px;white-space:nowrap;"><%= html.link{value = "download?name="..file.value.filename.value, label="Download" } %></TD> <TD style="padding-right:20px;white-space:nowrap;text-align:right"><%= file.value.filesize.value %></TD> <TD style="padding-right:20px;white-space:nowrap;"><%= file.value.mtime.value %></TD> |