mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Text change in search (#22929)
* Text change made it more understandable that this is a search field * Made "New Folder"-button green Since New Dashboard was green I thought New Folder; Import also would be green. Green seems to be the color for creating new items * Update playlist_search.html * change search text * wrong link * Update playlist.md * Update manage_dashboards.html * Update manage_dashboards.html * replaced Filter * replaced Filter * replaced Filter * replaced filter * changed text for placeholder * Update UsersActionBar.tsx * Update UserListAdminPage.tsx * update snapshots Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
This commit is contained in:
@@ -49,7 +49,7 @@ export class UsersActionBar extends PureComponent<Props> {
|
||||
inputClassName="gf-form-input width-20"
|
||||
value={searchQuery}
|
||||
onChange={setUsersSearchQuery}
|
||||
placeholder="Filter by email, login or name"
|
||||
placeholder="Search user by login,email or name"
|
||||
/>
|
||||
{pendingInvitesCount > 0 && (
|
||||
<div style={{ marginLeft: '1rem' }}>
|
||||
|
||||
@@ -11,7 +11,7 @@ exports[`Render should render component 1`] = `
|
||||
inputClassName="gf-form-input width-20"
|
||||
labelClassName="gf-form--has-input-icon"
|
||||
onChange={[MockFunction]}
|
||||
placeholder="Filter by email, login or name"
|
||||
placeholder="Search user by login,email or name"
|
||||
value=""
|
||||
/>
|
||||
<div
|
||||
@@ -32,7 +32,7 @@ exports[`Render should render pending invites button 1`] = `
|
||||
inputClassName="gf-form-input width-20"
|
||||
labelClassName="gf-form--has-input-icon"
|
||||
onChange={[MockFunction]}
|
||||
placeholder="Filter by email, login or name"
|
||||
placeholder="Search user by login,email or name"
|
||||
value=""
|
||||
/>
|
||||
<div
|
||||
@@ -77,7 +77,7 @@ exports[`Render should show external user management button 1`] = `
|
||||
inputClassName="gf-form-input width-20"
|
||||
labelClassName="gf-form--has-input-icon"
|
||||
onChange={[MockFunction]}
|
||||
placeholder="Filter by email, login or name"
|
||||
placeholder="Search user by login,email or name"
|
||||
value=""
|
||||
/>
|
||||
<div
|
||||
@@ -104,7 +104,7 @@ exports[`Render should show invite button 1`] = `
|
||||
inputClassName="gf-form-input width-20"
|
||||
labelClassName="gf-form--has-input-icon"
|
||||
onChange={[MockFunction]}
|
||||
placeholder="Filter by email, login or name"
|
||||
placeholder="Search user by login,email or name"
|
||||
value=""
|
||||
/>
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user