aboutsummaryrefslogtreecommitdiff
path: root/source/static
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-06-24 21:04:57 +0200
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-06-24 21:04:57 +0200
commit58cb9c5bbb884f4c4d7a81753be94479db273a28 (patch)
treebd909258d2aaf77102da748bacc67a729468ff33 /source/static
parentAdded missing import. (diff)
downloadnewspipe-58cb9c5bbb884f4c4d7a81753be94479db273a28.tar.gz
newspipe-58cb9c5bbb884f4c4d7a81753be94479db273a28.tar.bz2
newspipe-58cb9c5bbb884f4c4d7a81753be94479db273a28.zip
Updated the /management template.
Diffstat (limited to 'source/static')
-rw-r--r--source/static/templates/management.html10
1 files changed, 8 insertions, 2 deletions
diff --git a/source/static/templates/management.html b/source/static/templates/management.html
index 9bdbb2ae..313b2cfd 100644
--- a/source/static/templates/management.html
+++ b/source/static/templates/management.html
@@ -56,11 +56,17 @@
<p>${nb_articles} article(s) are stored in the database with <a href="/unread/">${nb_unread_articles} unread article(s)</a>.
<form method=get action="/fetch/">
- <input type="submit" value="Fetch all feeds">
+ <input type="submit" value="Fetch all feeds" />
</form>
<form method=get action="/drop_base">
- <input type="submit" value="Delete all articles">
+ <input type="submit" value="Delete all articles" />
</form>
+
+ <br />
+ <form method=get action="/index_base">
+ <input type="submit" value="Index database" /> (faster searches)
+ </form>
+
<hr />
bgstack15