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
5df00abf
Unverified
Commit
5df00abf
authored
Mar 20, 2020
by
flopp999
Committed by
GitHub
Mar 20, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Admin: Added Name to user list (#22939)
In Config-users Name is listed so it may also be visible in Admin-users
parent
12bb295a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
public/app/features/admin/UserListAdminPage.tsx
+4
-0
No files found.
public/app/features/admin/UserListAdminPage.tsx
View file @
5df00abf
...
@@ -66,6 +66,7 @@ const UserListAdminPageUnConnected: React.FC<Props> = props => {
...
@@ -66,6 +66,7 @@ const UserListAdminPageUnConnected: React.FC<Props> = props => {
<
th
></
th
>
<
th
></
th
>
<
th
>
Login
</
th
>
<
th
>
Login
</
th
>
<
th
>
Email
</
th
>
<
th
>
Email
</
th
>
<
th
>
Name
</
th
>
<
th
>
<
th
>
Seen
Seen
<
Tooltip
placement=
"top"
content=
"Time since user was seen using Grafana"
>
<
Tooltip
placement=
"top"
content=
"Time since user was seen using Grafana"
>
...
@@ -104,6 +105,9 @@ const renderUser = (user: UserDTO) => {
...
@@ -104,6 +105,9 @@ const renderUser = (user: UserDTO) => {
<
td
className=
"link-td"
>
<
td
className=
"link-td"
>
<
a
href=
{
editUrl
}
>
{
user
.
email
}
</
a
>
<
a
href=
{
editUrl
}
>
{
user
.
email
}
</
a
>
</
td
>
</
td
>
<
td
className=
"link-td"
>
<
a
href=
{
editUrl
}
>
{
user
.
name
}
</
a
>
</
td
>
<
td
className=
"link-td"
>
{
user
.
lastSeenAtAge
&&
<
a
href=
{
editUrl
}
>
{
user
.
lastSeenAtAge
}
</
a
>
}
</
td
>
<
td
className=
"link-td"
>
{
user
.
lastSeenAtAge
&&
<
a
href=
{
editUrl
}
>
{
user
.
lastSeenAtAge
}
</
a
>
}
</
td
>
<
td
className=
"link-td"
>
<
td
className=
"link-td"
>
{
user
.
isAdmin
&&
(
{
user
.
isAdmin
&&
(
...
...
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