diff options
author | Simon Rettberg | 2018-01-15 11:54:48 +0100 |
---|---|---|
committer | Simon Rettberg | 2018-01-15 11:54:48 +0100 |
commit | e7e7a3ead773298256f6b6639deadefd37396ecc (patch) | |
tree | 62212db7032bc82f475901e4e00aaa531f14e5ed /modules-available | |
parent | [statistics] Fix "filter by cores" button in client list (diff) | |
download | slx-admin-e7e7a3ead773298256f6b6639deadefd37396ecc.tar.gz slx-admin-e7e7a3ead773298256f6b6639deadefd37396ecc.tar.xz slx-admin-e7e7a3ead773298256f6b6639deadefd37396ecc.zip |
[statistics] Fix typo in last commit
Diffstat (limited to 'modules-available')
-rw-r--r-- | modules-available/statistics/templates/clientlist.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/statistics/templates/clientlist.html b/modules-available/statistics/templates/clientlist.html index 799c9c95..0ddd98c8 100644 --- a/modules-available/statistics/templates/clientlist.html +++ b/modules-available/statistics/templates/clientlist.html @@ -30,7 +30,7 @@ </button> </td> <td> - <button type=button" class="btn btn-default btn-xs" onclick="popupFilter('realcores')"> + <button type="button" class="btn btn-default btn-xs" onclick="popupFilter('realcores')"> <span class="glyphicon glyphicon-filter"></span> </button> </td> |