Skip to content
Snippets Groups Projects
Unverified Commit 88cc808f authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Fix usage table

parent d17309f2
No related branches found
No related tags found
No related merge requests found
......@@ -172,5 +172,6 @@ if (array_key_exists('bytes', $statsraw) && array_key_exists('limit_maxbytes', $
$t->data['title'] = 'Memcache stats';
$t->data['rowTitles'] = $rowTitles;
$t->data['colTitles'] = $colTitles;
$t->data['statsraw'] = $statsraw;
$t->data['table'] = $stats;
$t->show();
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