diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-08-28 04:51:53 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-08-28 04:51:53 +0200 |
commit | 653d637b4ee1aa6fd112c11bf082883c3252c928 (patch) | |
tree | 644f2f253d9a9ad16eaf75a534b9f21215237fd2 /module/webui/themes/dark/tml/admin.html | |
parent | Move ServerThread and PluginThread to threads directory (diff) | |
download | pyload-653d637b4ee1aa6fd112c11bf082883c3252c928.tar.xz |
[webui] Improve and fix
Diffstat (limited to 'module/webui/themes/dark/tml/admin.html')
-rw-r--r-- | module/webui/themes/dark/tml/admin.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/webui/themes/dark/tml/admin.html b/module/webui/themes/dark/tml/admin.html index b9d3a8d1e..a5fc16b86 100644 --- a/module/webui/themes/dark/tml/admin.html +++ b/module/webui/themes/dark/tml/admin.html @@ -9,7 +9,7 @@ {% block subtitle %}{{ _("Administrate") }}{% endblock %} {% block content %} - + <a href="#" id="quit-pyload" style="font-size: large; font-weight: bold;">{{_("Quit pyLoad")}}</a> | <a href="#" id="restart-pyload" style="font-size: large; font-weight: bold;">{{_("Restart pyLoad")}}</a> <br> |