diff options
author | Jannik Schönartz | 2017-11-20 14:30:31 +0100 |
---|---|---|
committer | Jannik Schönartz | 2017-11-20 14:30:31 +0100 |
commit | 0746d3c815fa5dffe8ed766043cb996e5e2ce581 (patch) | |
tree | 151ef909c3d51f4e0db81eb315601c12c0aed36e /modules-available/syslog/templates/page-syslog.html | |
parent | [dozmod] Add missing labels for check boxes (diff) | |
download | slx-admin-0746d3c815fa5dffe8ed766043cb996e5e2ce581.tar.gz slx-admin-0746d3c815fa5dffe8ed766043cb996e5e2ce581.tar.xz slx-admin-0746d3c815fa5dffe8ed766043cb996e5e2ce581.zip |
[statistics&syslog] Changed ip to machine-uuid for filtering. Fixed a bug where the client-log was losing the specific client when a filter was added.
Diffstat (limited to 'modules-available/syslog/templates/page-syslog.html')
-rw-r--r-- | modules-available/syslog/templates/page-syslog.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/syslog/templates/page-syslog.html b/modules-available/syslog/templates/page-syslog.html index cb20a93a..28ab739a 100644 --- a/modules-available/syslog/templates/page-syslog.html +++ b/modules-available/syslog/templates/page-syslog.html @@ -4,7 +4,7 @@ max-width: 500px; } </style> -<form method="post" action="?do=SysLog"> +<form method="post" action="?do=SysLog{{#machineuuid}}&machineuuid={{machineuuid}}{{/machineuuid}}"> <input type="hidden" name="token" value="{{token}}"> <div class="pull-left"> <label for="filterstring">{{lang_filter}}</label> |