typeahead in device search now works for interface aliases
This commit is contained in:
@@ -142,6 +142,7 @@ $(document).ready(function() {
|
||||
return process(data);
|
||||
});
|
||||
}
|
||||
,matcher: function () { return true; } // trust backend
|
||||
,minLength: 3
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user