@@ -235,8 +235,12 @@ export default {
name: "type",
displayName: "Type",
property: "type",
- filterTypes: ["contains", "exact", "regex"],
+ filterTypes: ["exact"],
- defaultFilterType: "contains"
+ defaultFilterType: "exact",
+ dropdown: [
+ ["banUserId", "User ID"],
+ ["banUserIp", "IP Address"]
+ ]
},
{
name: "value",
@@ -233,13 +233,6 @@ export default {
property: "userId",
filterTypes: ["contains", "exact", "regex"],
defaultFilterType: "contains"
- },
- {
- name: "type",
- displayName: "Type",
- property: "type",
}
],
events: {