Add timestamp to mibdefs

This commit is contained in:
Paul Gear
2016-01-02 07:10:41 +10:00
parent f2370bbcba
commit 50bfd22786
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -25,6 +25,7 @@ $columns = array(
'description',
'max_access',
'status',
'last_used',
);
function search_phrase_column($c)
+1
View File
@@ -11,6 +11,7 @@
<th data-column-id="description">Description</th>
<th data-column-id="max_access">Maximum Access</th>
<th data-column-id="status">Status</th>
<th data-column-id="last_used">Last Used</th>
</tr>
</thead>
</table>