Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Turn on regex for the search field
Browse files Browse the repository at this point in the history
  • Loading branch information
wlp1979 committed Jul 19, 2013
1 parent c075764 commit 63cf78c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion www/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ $(function() {
"bPaginate": false,
"bInfo": false,
"bStateSave": true,
"oSearch": {
"bRegex" : true,
"bSmart": false
},
"aoColumnDefs": [
{
"aTargets": ["memory", "computeunits", "storage", "ioperf"],
Expand All @@ -74,7 +78,7 @@ $(function() {
// because the cost duration may have changed while a filter was being
// used and so some rows will need updating.
change_cost(current_cost_duration);
}
}
});
});

Expand Down

0 comments on commit 63cf78c

Please sign in to comment.