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
02bb92a1
Commit
02bb92a1
authored
Aug 18, 2017
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop-ux-wip' of github.com:grafana/grafana into develop-newgrid-rows
parents
7ed2ed71
e79dbc7c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
public/app/features/org/partials/user_groups.html
+6
-4
No files found.
public/app/features/org/partials/user_groups.html
View file @
02bb92a1
...
...
@@ -9,7 +9,7 @@
Create User Group
</a>
</div>
<div
class=
"gf-form
pull-right
width-15 gf-form-group"
>
<div
class=
"gf-form width-15 gf-form-group"
>
<span
style=
"position: relative;"
>
<input
type=
"text"
class=
"gf-form-input"
placeholder=
"Find User Group by name"
tabindex=
"1"
give-focus=
"true"
ng-model=
"ctrl.query"
ng-model-options=
"{ debounce: 500 }"
spellcheck=
'false'
ng-change=
"ctrl.get()"
/>
...
...
@@ -19,15 +19,17 @@
<table
class=
"filter-table form-inline"
ng-show=
"ctrl.userGroups.length > 0"
>
<thead>
<tr>
<th>
Id
</th>
<th>
Name
</th>
<th>
Members
</th>
<th></th>
</tr>
</thead>
<tbody>
<tr
ng-repeat=
"userGroup in ctrl.userGroups"
>
<td>
{{userGroup.id}}
</td>
<td>
{{userGroup.name}}
</td>
<td>
<a
href=
"org/user-groups/edit/{{userGroup.id}}"
>
{{userGroup.name}}
</a>
</td>
<td>
#Count
</td>
<td
class=
"text-right"
>
<a
href=
"org/user-groups/edit/{{userGroup.id}}"
class=
"btn btn-inverse btn-small"
>
<i
class=
"fa fa-edit"
></i>
...
...
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