Skip to content
Snippets Groups Projects
Commit 01568557 authored by Andrew Dolgov's avatar Andrew Dolgov
Browse files

log viewer: add refresh button

parent 4a70edea
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,9 @@ class Pref_System extends Handler_Protected {
ORDER BY ttrss_error_log.id DESC
LIMIT 100");
print "<button dojoType=\"dijit.form.Button\"
onclick=\"updateSystemList()\">".__('Refresh')."</button> ";
print "<p><table width=\"100%\" cellspacing=\"10\" class=\"prefErrorLog\">";
print "<tr class=\"title\">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment