Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
2e0cc2e3
Commit
2e0cc2e3
authored
Jan 31, 2018
by
Johannes Schill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ux: Change input width of UserPicker and TeamPicker in AddPermissions component #10676
parent
780c7f87
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
public/app/core/components/Permissions/AddPermissions.tsx
+3
-2
No files found.
public/app/core/components/Permissions/AddPermissions.tsx
View file @
2e0cc2e3
...
...
@@ -78,6 +78,7 @@ class AddPermissions extends Component<IProps, any> {
render
()
{
const
{
permissions
,
backendSrv
}
=
this
.
props
;
const
newItem
=
permissions
.
newItem
;
const
pickerClassName
=
'width-20'
;
return
(
<
div
className=
"gf-form-inline cta-form"
>
...
...
@@ -107,7 +108,7 @@ class AddPermissions extends Component<IProps, any> {
backendSrv=
{
backendSrv
}
handlePicked=
{
this
.
userPicked
}
value=
{
newItem
.
userId
}
className=
"width-8"
className=
{
pickerClassName
}
/>
</
div
>
)
:
null
}
...
...
@@ -118,7 +119,7 @@ class AddPermissions extends Component<IProps, any> {
backendSrv=
{
backendSrv
}
handlePicked=
{
this
.
teamPicked
}
value=
{
newItem
.
teamId
}
className=
"width-8"
className=
{
pickerClassName
}
/>
</
div
>
)
:
null
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment