mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Add space after comma for placeholder text (#25931)
This commit is contained in:
parent
650ab72c88
commit
df72344d3c
@ -45,7 +45,7 @@ const UserListAdminPageUnConnected: React.FC<Props> = props => {
|
|||||||
<Input
|
<Input
|
||||||
width={40}
|
width={40}
|
||||||
type="text"
|
type="text"
|
||||||
placeholder="Search user by login,email or name"
|
placeholder="Search user by login, email or name"
|
||||||
tabIndex={1}
|
tabIndex={1}
|
||||||
autoFocus={true}
|
autoFocus={true}
|
||||||
value={props.query}
|
value={props.query}
|
||||||
|
@ -41,7 +41,7 @@ export class UsersActionBar extends PureComponent<Props> {
|
|||||||
inputClassName="gf-form-input width-20"
|
inputClassName="gf-form-input width-20"
|
||||||
value={searchQuery}
|
value={searchQuery}
|
||||||
onChange={setUsersSearchQuery}
|
onChange={setUsersSearchQuery}
|
||||||
placeholder="Search user by login,email or name"
|
placeholder="Search user by login, email or name"
|
||||||
/>
|
/>
|
||||||
{pendingInvitesCount > 0 && (
|
{pendingInvitesCount > 0 && (
|
||||||
<div style={{ marginLeft: '1rem' }}>
|
<div style={{ marginLeft: '1rem' }}>
|
||||||
|
@ -11,7 +11,7 @@ exports[`Render should render component 1`] = `
|
|||||||
inputClassName="gf-form-input width-20"
|
inputClassName="gf-form-input width-20"
|
||||||
labelClassName="gf-form--has-input-icon"
|
labelClassName="gf-form--has-input-icon"
|
||||||
onChange={[MockFunction]}
|
onChange={[MockFunction]}
|
||||||
placeholder="Search user by login,email or name"
|
placeholder="Search user by login, email or name"
|
||||||
value=""
|
value=""
|
||||||
/>
|
/>
|
||||||
<div
|
<div
|
||||||
@ -32,7 +32,7 @@ exports[`Render should render pending invites button 1`] = `
|
|||||||
inputClassName="gf-form-input width-20"
|
inputClassName="gf-form-input width-20"
|
||||||
labelClassName="gf-form--has-input-icon"
|
labelClassName="gf-form--has-input-icon"
|
||||||
onChange={[MockFunction]}
|
onChange={[MockFunction]}
|
||||||
placeholder="Search user by login,email or name"
|
placeholder="Search user by login, email or name"
|
||||||
value=""
|
value=""
|
||||||
/>
|
/>
|
||||||
<div
|
<div
|
||||||
@ -77,7 +77,7 @@ exports[`Render should show external user management button 1`] = `
|
|||||||
inputClassName="gf-form-input width-20"
|
inputClassName="gf-form-input width-20"
|
||||||
labelClassName="gf-form--has-input-icon"
|
labelClassName="gf-form--has-input-icon"
|
||||||
onChange={[MockFunction]}
|
onChange={[MockFunction]}
|
||||||
placeholder="Search user by login,email or name"
|
placeholder="Search user by login, email or name"
|
||||||
value=""
|
value=""
|
||||||
/>
|
/>
|
||||||
<div
|
<div
|
||||||
@ -103,7 +103,7 @@ exports[`Render should show invite button 1`] = `
|
|||||||
inputClassName="gf-form-input width-20"
|
inputClassName="gf-form-input width-20"
|
||||||
labelClassName="gf-form--has-input-icon"
|
labelClassName="gf-form--has-input-icon"
|
||||||
onChange={[MockFunction]}
|
onChange={[MockFunction]}
|
||||||
placeholder="Search user by login,email or name"
|
placeholder="Search user by login, email or name"
|
||||||
value=""
|
value=""
|
||||||
/>
|
/>
|
||||||
<div
|
<div
|
||||||
|
Loading…
Reference in New Issue
Block a user