Index: templates/main.html |
diff --git a/templates/main.html b/templates/main.html |
index 9b319e7255906784a38638e3fa092481737bdab5..ae62f5bf8648aad145f382f675afaa18c720fd79 100644 |
--- a/templates/main.html |
+++ b/templates/main.html |
@@ -21,8 +21,8 @@ |
<input type="button" name="history" value="History" onclick="location.href='/status_viewer';"> |
</form> |
{% endif %} |
- <br><br> |
- <h2>Last 25 {{ title }}</h2> |
+ <br> |
+ <h2>Last <a href="?limit={{ limit }}">{{ limit }}</a> {{ title }}</h2> |
<table border="1" cellpadding="5"> |
<tr bgcolor="#CCCCFF"> |
<td><b>Who</b></td> |