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
3490c446
Commit
3490c446
authored
Jan 15, 2018
by
Johannes Schill
Committed by
Daniel Lee
Jan 25, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dashfolders: Rem code to avoid tests to fail #10275
parent
44ea8e58
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
public/app/core/components/Permissions/Permissions.tsx
+4
-2
No files found.
public/app/core/components/Permissions/Permissions.tsx
View file @
3490c446
...
...
@@ -5,7 +5,7 @@ import DevTools from 'mobx-react-devtools';
import
{
inject
,
observer
}
from
'mobx-react'
;
import
{
Provider
}
from
'mobx-react'
;
import
{
store
}
from
'app/stores/store'
;
import
UserPicker
from
'app/core/components/UserPicker/UserPicker'
;
//
import UserPicker from 'app/core/components/UserPicker/UserPicker';
export
interface
DashboardAcl
{
id
?:
number
;
...
...
@@ -137,7 +137,7 @@ class PermissionsInner extends Component<IProps, any> {
render
()
{
console
.
log
(
'PermissionsInner render'
);
const
{
error
,
aclTypes
,
permissions
,
backendSrv
}
=
this
.
props
;
const
{
error
,
aclTypes
,
permissions
}
=
this
.
props
;
const
{
newType
}
=
this
.
state
;
return
(
...
...
@@ -173,6 +173,7 @@ class PermissionsInner extends Component<IProps, any> {
/> */
}
</
div
>
</
div
>
{
/*
{newType === 'User' ? (
<div className="gf-form">
{' '}
...
...
@@ -195,6 +196,7 @@ class PermissionsInner extends Component<IProps, any> {
<team-picker team-picked="ctrl.groupPicked($group)" />
</div>
) : null}
*/
}
</
div
>
</
form
>
{
error
?
(
...
...
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