+
+
+ setSearch(e.target.value)}
+ className="pl-8 h-8 text-sm bg-white/5 border-white/10"
+ />
+
+
+ {/* Source filter */}
+
+ {(["all", "central", "xos"] as const).map((s) => (
+
+ ))}
+
+
+ {/* Status filter */}
+
+ {(["all", "active", "inactive"] as const).map((s) => (
+
+ ))}
+
+