mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-23 11:46:28 +00:00
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:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user