mirror of
https://github.com/remnawave/frontend.git
synced 2026-08-27 04:15:49 +00:00
feat: add placeholder for filter input in user table widget
Some checks are pending
Release frontend dev / Send Telegram message (push) Waiting to run
Release frontend dev / Build and release (push) Waiting to run
Release frontend dev / Send Telegram message-1 (push) Blocked by required conditions
Release frontend dev / notify-on-error (push) Blocked by required conditions
Some checks are pending
Release frontend dev / Send Telegram message (push) Waiting to run
Release frontend dev / Build and release (push) Waiting to run
Release frontend dev / Send Telegram message-1 (push) Blocked by required conditions
Release frontend dev / notify-on-error (push) Blocked by required conditions
This commit is contained in:
parent
c4ecaf50d8
commit
e359ef6d34
1 changed files with 3 additions and 0 deletions
|
|
@ -170,6 +170,9 @@ export function UserTableWidget() {
|
|||
density: 'xxs',
|
||||
pagination: DEFAULT_PAGINATION_STATE
|
||||
},
|
||||
mantineFilterTextInputProps: () => ({
|
||||
placeholder: 'Filter by...'
|
||||
}),
|
||||
mantineTopToolbarProps: {
|
||||
style: {
|
||||
'--mrt-base-background-color': '#1b2027'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue