Update global MIB viewer

This commit is contained in:
Paul Gear
2015-07-20 13:58:13 +10:00
parent 5c2231a7a7
commit ceeb362e40
2 changed files with 23 additions and 6 deletions

View File

@@ -25,7 +25,8 @@ $columns = array(
'description',
'max_access',
'status',
'last_used',
'included_by',
'last_modified',
);
function search_phrase_column($c)
@@ -87,6 +88,5 @@ $output = array(
'rowCount' => $rowCount,
'rows' => $response,
'total' => $total,
'sql' => $sql,
);
echo _json_encode($output);