feat: add namespace filter hint to backup search placeholder

Make it more discoverable that users can filter backups by PBS namespace
by including namespace:prod example in the search field placeholder
This commit is contained in:
Pulse Monitor
2025-08-19 09:50:02 +00:00
parent 8431cfff7a
commit f8c4483add
@@ -1206,7 +1206,7 @@ const UnifiedBackups: Component = () => {
<input
ref={searchInputRef}
type="text"
placeholder="Search: name, vmid:104, node:pbs1, size>1GB, type:VM"
placeholder="Search: name, vmid:104, node:pbs1, namespace:prod, size>1GB, type:VM"
value={searchTerm()}
onInput={(e) => {
if (!isSearchLocked()) {