|
|
|
@ -36,320 +36,316 @@ exports[`Render should render teams table 1`] = ` |
|
|
|
|
isLoading={false} |
|
|
|
|
> |
|
|
|
|
<div |
|
|
|
|
className="page-container page-body" |
|
|
|
|
className="page-action-bar" |
|
|
|
|
> |
|
|
|
|
<div |
|
|
|
|
className="page-action-bar" |
|
|
|
|
className="gf-form gf-form--grow" |
|
|
|
|
> |
|
|
|
|
<div |
|
|
|
|
className="gf-form gf-form--grow" |
|
|
|
|
<label |
|
|
|
|
className="gf-form--has-input-icon gf-form--grow" |
|
|
|
|
> |
|
|
|
|
<label |
|
|
|
|
className="gf-form--has-input-icon gf-form--grow" |
|
|
|
|
> |
|
|
|
|
<input |
|
|
|
|
className="gf-form-input" |
|
|
|
|
onChange={[Function]} |
|
|
|
|
placeholder="Search teams" |
|
|
|
|
type="text" |
|
|
|
|
value="" |
|
|
|
|
/> |
|
|
|
|
<i |
|
|
|
|
className="gf-form-input-icon fa fa-search" |
|
|
|
|
/> |
|
|
|
|
</label> |
|
|
|
|
</div> |
|
|
|
|
<div |
|
|
|
|
className="page-action-bar__spacer" |
|
|
|
|
/> |
|
|
|
|
<a |
|
|
|
|
className="btn btn-success" |
|
|
|
|
href="org/teams/new" |
|
|
|
|
> |
|
|
|
|
New team |
|
|
|
|
</a> |
|
|
|
|
<input |
|
|
|
|
className="gf-form-input" |
|
|
|
|
onChange={[Function]} |
|
|
|
|
placeholder="Search teams" |
|
|
|
|
type="text" |
|
|
|
|
value="" |
|
|
|
|
/> |
|
|
|
|
<i |
|
|
|
|
className="gf-form-input-icon fa fa-search" |
|
|
|
|
/> |
|
|
|
|
</label> |
|
|
|
|
</div> |
|
|
|
|
<div |
|
|
|
|
className="admin-list-table" |
|
|
|
|
className="page-action-bar__spacer" |
|
|
|
|
/> |
|
|
|
|
<a |
|
|
|
|
className="btn btn-success" |
|
|
|
|
href="org/teams/new" |
|
|
|
|
> |
|
|
|
|
<table |
|
|
|
|
className="filter-table filter-table--hover form-inline" |
|
|
|
|
> |
|
|
|
|
<thead> |
|
|
|
|
<tr> |
|
|
|
|
<th /> |
|
|
|
|
<th> |
|
|
|
|
Name |
|
|
|
|
</th> |
|
|
|
|
<th> |
|
|
|
|
Email |
|
|
|
|
</th> |
|
|
|
|
<th> |
|
|
|
|
Members |
|
|
|
|
</th> |
|
|
|
|
<th |
|
|
|
|
style={ |
|
|
|
|
Object { |
|
|
|
|
"width": "1%", |
|
|
|
|
} |
|
|
|
|
New team |
|
|
|
|
</a> |
|
|
|
|
</div> |
|
|
|
|
<div |
|
|
|
|
className="admin-list-table" |
|
|
|
|
> |
|
|
|
|
<table |
|
|
|
|
className="filter-table filter-table--hover form-inline" |
|
|
|
|
> |
|
|
|
|
<thead> |
|
|
|
|
<tr> |
|
|
|
|
<th /> |
|
|
|
|
<th> |
|
|
|
|
Name |
|
|
|
|
</th> |
|
|
|
|
<th> |
|
|
|
|
Email |
|
|
|
|
</th> |
|
|
|
|
<th> |
|
|
|
|
Members |
|
|
|
|
</th> |
|
|
|
|
<th |
|
|
|
|
style={ |
|
|
|
|
Object { |
|
|
|
|
"width": "1%", |
|
|
|
|
} |
|
|
|
|
/> |
|
|
|
|
</tr> |
|
|
|
|
</thead> |
|
|
|
|
<tbody> |
|
|
|
|
<tr |
|
|
|
|
key="1" |
|
|
|
|
} |
|
|
|
|
/> |
|
|
|
|
</tr> |
|
|
|
|
</thead> |
|
|
|
|
<tbody> |
|
|
|
|
<tr |
|
|
|
|
key="1" |
|
|
|
|
> |
|
|
|
|
<td |
|
|
|
|
className="width-4 text-center link-td" |
|
|
|
|
> |
|
|
|
|
<td |
|
|
|
|
className="width-4 text-center link-td" |
|
|
|
|
<a |
|
|
|
|
href="org/teams/edit/1" |
|
|
|
|
> |
|
|
|
|
<a |
|
|
|
|
href="org/teams/edit/1" |
|
|
|
|
> |
|
|
|
|
<img |
|
|
|
|
className="filter-table__avatar" |
|
|
|
|
src="some/url/" |
|
|
|
|
/> |
|
|
|
|
</a> |
|
|
|
|
</td> |
|
|
|
|
<td |
|
|
|
|
className="link-td" |
|
|
|
|
<img |
|
|
|
|
className="filter-table__avatar" |
|
|
|
|
src="some/url/" |
|
|
|
|
/> |
|
|
|
|
</a> |
|
|
|
|
</td> |
|
|
|
|
<td |
|
|
|
|
className="link-td" |
|
|
|
|
> |
|
|
|
|
<a |
|
|
|
|
href="org/teams/edit/1" |
|
|
|
|
> |
|
|
|
|
<a |
|
|
|
|
href="org/teams/edit/1" |
|
|
|
|
> |
|
|
|
|
test-1 |
|
|
|
|
</a> |
|
|
|
|
</td> |
|
|
|
|
<td |
|
|
|
|
className="link-td" |
|
|
|
|
test-1 |
|
|
|
|
</a> |
|
|
|
|
</td> |
|
|
|
|
<td |
|
|
|
|
className="link-td" |
|
|
|
|
> |
|
|
|
|
<a |
|
|
|
|
href="org/teams/edit/1" |
|
|
|
|
> |
|
|
|
|
<a |
|
|
|
|
href="org/teams/edit/1" |
|
|
|
|
> |
|
|
|
|
test-1@test.com |
|
|
|
|
</a> |
|
|
|
|
</td> |
|
|
|
|
<td |
|
|
|
|
className="link-td" |
|
|
|
|
test-1@test.com |
|
|
|
|
</a> |
|
|
|
|
</td> |
|
|
|
|
<td |
|
|
|
|
className="link-td" |
|
|
|
|
> |
|
|
|
|
<a |
|
|
|
|
href="org/teams/edit/1" |
|
|
|
|
> |
|
|
|
|
<a |
|
|
|
|
href="org/teams/edit/1" |
|
|
|
|
> |
|
|
|
|
1 |
|
|
|
|
</a> |
|
|
|
|
</td> |
|
|
|
|
<td |
|
|
|
|
className="text-right" |
|
|
|
|
1 |
|
|
|
|
</a> |
|
|
|
|
</td> |
|
|
|
|
<td |
|
|
|
|
className="text-right" |
|
|
|
|
> |
|
|
|
|
<DeleteButton |
|
|
|
|
onConfirm={[Function]} |
|
|
|
|
/> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr |
|
|
|
|
key="2" |
|
|
|
|
> |
|
|
|
|
<td |
|
|
|
|
className="width-4 text-center link-td" |
|
|
|
|
> |
|
|
|
|
<a |
|
|
|
|
href="org/teams/edit/2" |
|
|
|
|
> |
|
|
|
|
<DeleteButton |
|
|
|
|
onConfirm={[Function]} |
|
|
|
|
<img |
|
|
|
|
className="filter-table__avatar" |
|
|
|
|
src="some/url/" |
|
|
|
|
/> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr |
|
|
|
|
key="2" |
|
|
|
|
</a> |
|
|
|
|
</td> |
|
|
|
|
<td |
|
|
|
|
className="link-td" |
|
|
|
|
> |
|
|
|
|
<td |
|
|
|
|
className="width-4 text-center link-td" |
|
|
|
|
> |
|
|
|
|
<a |
|
|
|
|
href="org/teams/edit/2" |
|
|
|
|
> |
|
|
|
|
<img |
|
|
|
|
className="filter-table__avatar" |
|
|
|
|
src="some/url/" |
|
|
|
|
/> |
|
|
|
|
</a> |
|
|
|
|
</td> |
|
|
|
|
<td |
|
|
|
|
className="link-td" |
|
|
|
|
<a |
|
|
|
|
href="org/teams/edit/2" |
|
|
|
|
> |
|
|
|
|
<a |
|
|
|
|
href="org/teams/edit/2" |
|
|
|
|
> |
|
|
|
|
test-2 |
|
|
|
|
</a> |
|
|
|
|
</td> |
|
|
|
|
<td |
|
|
|
|
className="link-td" |
|
|
|
|
test-2 |
|
|
|
|
</a> |
|
|
|
|
</td> |
|
|
|
|
<td |
|
|
|
|
className="link-td" |
|
|
|
|
> |
|
|
|
|
<a |
|
|
|
|
href="org/teams/edit/2" |
|
|
|
|
> |
|
|
|
|
<a |
|
|
|
|
href="org/teams/edit/2" |
|
|
|
|
> |
|
|
|
|
test-2@test.com |
|
|
|
|
</a> |
|
|
|
|
</td> |
|
|
|
|
<td |
|
|
|
|
className="link-td" |
|
|
|
|
test-2@test.com |
|
|
|
|
</a> |
|
|
|
|
</td> |
|
|
|
|
<td |
|
|
|
|
className="link-td" |
|
|
|
|
> |
|
|
|
|
<a |
|
|
|
|
href="org/teams/edit/2" |
|
|
|
|
> |
|
|
|
|
<a |
|
|
|
|
href="org/teams/edit/2" |
|
|
|
|
> |
|
|
|
|
2 |
|
|
|
|
</a> |
|
|
|
|
</td> |
|
|
|
|
<td |
|
|
|
|
className="text-right" |
|
|
|
|
2 |
|
|
|
|
</a> |
|
|
|
|
</td> |
|
|
|
|
<td |
|
|
|
|
className="text-right" |
|
|
|
|
> |
|
|
|
|
<DeleteButton |
|
|
|
|
onConfirm={[Function]} |
|
|
|
|
/> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr |
|
|
|
|
key="3" |
|
|
|
|
> |
|
|
|
|
<td |
|
|
|
|
className="width-4 text-center link-td" |
|
|
|
|
> |
|
|
|
|
<a |
|
|
|
|
href="org/teams/edit/3" |
|
|
|
|
> |
|
|
|
|
<DeleteButton |
|
|
|
|
onConfirm={[Function]} |
|
|
|
|
<img |
|
|
|
|
className="filter-table__avatar" |
|
|
|
|
src="some/url/" |
|
|
|
|
/> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr |
|
|
|
|
key="3" |
|
|
|
|
</a> |
|
|
|
|
</td> |
|
|
|
|
<td |
|
|
|
|
className="link-td" |
|
|
|
|
> |
|
|
|
|
<td |
|
|
|
|
className="width-4 text-center link-td" |
|
|
|
|
> |
|
|
|
|
<a |
|
|
|
|
href="org/teams/edit/3" |
|
|
|
|
> |
|
|
|
|
<img |
|
|
|
|
className="filter-table__avatar" |
|
|
|
|
src="some/url/" |
|
|
|
|
/> |
|
|
|
|
</a> |
|
|
|
|
</td> |
|
|
|
|
<td |
|
|
|
|
className="link-td" |
|
|
|
|
<a |
|
|
|
|
href="org/teams/edit/3" |
|
|
|
|
> |
|
|
|
|
<a |
|
|
|
|
href="org/teams/edit/3" |
|
|
|
|
> |
|
|
|
|
test-3 |
|
|
|
|
</a> |
|
|
|
|
</td> |
|
|
|
|
<td |
|
|
|
|
className="link-td" |
|
|
|
|
test-3 |
|
|
|
|
</a> |
|
|
|
|
</td> |
|
|
|
|
<td |
|
|
|
|
className="link-td" |
|
|
|
|
> |
|
|
|
|
<a |
|
|
|
|
href="org/teams/edit/3" |
|
|
|
|
> |
|
|
|
|
<a |
|
|
|
|
href="org/teams/edit/3" |
|
|
|
|
> |
|
|
|
|
test-3@test.com |
|
|
|
|
</a> |
|
|
|
|
</td> |
|
|
|
|
<td |
|
|
|
|
className="link-td" |
|
|
|
|
test-3@test.com |
|
|
|
|
</a> |
|
|
|
|
</td> |
|
|
|
|
<td |
|
|
|
|
className="link-td" |
|
|
|
|
> |
|
|
|
|
<a |
|
|
|
|
href="org/teams/edit/3" |
|
|
|
|
> |
|
|
|
|
<a |
|
|
|
|
href="org/teams/edit/3" |
|
|
|
|
> |
|
|
|
|
3 |
|
|
|
|
</a> |
|
|
|
|
</td> |
|
|
|
|
<td |
|
|
|
|
className="text-right" |
|
|
|
|
3 |
|
|
|
|
</a> |
|
|
|
|
</td> |
|
|
|
|
<td |
|
|
|
|
className="text-right" |
|
|
|
|
> |
|
|
|
|
<DeleteButton |
|
|
|
|
onConfirm={[Function]} |
|
|
|
|
/> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr |
|
|
|
|
key="4" |
|
|
|
|
> |
|
|
|
|
<td |
|
|
|
|
className="width-4 text-center link-td" |
|
|
|
|
> |
|
|
|
|
<a |
|
|
|
|
href="org/teams/edit/4" |
|
|
|
|
> |
|
|
|
|
<DeleteButton |
|
|
|
|
onConfirm={[Function]} |
|
|
|
|
<img |
|
|
|
|
className="filter-table__avatar" |
|
|
|
|
src="some/url/" |
|
|
|
|
/> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr |
|
|
|
|
key="4" |
|
|
|
|
</a> |
|
|
|
|
</td> |
|
|
|
|
<td |
|
|
|
|
className="link-td" |
|
|
|
|
> |
|
|
|
|
<td |
|
|
|
|
className="width-4 text-center link-td" |
|
|
|
|
<a |
|
|
|
|
href="org/teams/edit/4" |
|
|
|
|
> |
|
|
|
|
<a |
|
|
|
|
href="org/teams/edit/4" |
|
|
|
|
> |
|
|
|
|
<img |
|
|
|
|
className="filter-table__avatar" |
|
|
|
|
src="some/url/" |
|
|
|
|
/> |
|
|
|
|
</a> |
|
|
|
|
</td> |
|
|
|
|
<td |
|
|
|
|
className="link-td" |
|
|
|
|
> |
|
|
|
|
<a |
|
|
|
|
href="org/teams/edit/4" |
|
|
|
|
> |
|
|
|
|
test-4 |
|
|
|
|
</a> |
|
|
|
|
</td> |
|
|
|
|
<td |
|
|
|
|
className="link-td" |
|
|
|
|
test-4 |
|
|
|
|
</a> |
|
|
|
|
</td> |
|
|
|
|
<td |
|
|
|
|
className="link-td" |
|
|
|
|
> |
|
|
|
|
<a |
|
|
|
|
href="org/teams/edit/4" |
|
|
|
|
> |
|
|
|
|
<a |
|
|
|
|
href="org/teams/edit/4" |
|
|
|
|
> |
|
|
|
|
test-4@test.com |
|
|
|
|
</a> |
|
|
|
|
</td> |
|
|
|
|
<td |
|
|
|
|
className="link-td" |
|
|
|
|
test-4@test.com |
|
|
|
|
</a> |
|
|
|
|
</td> |
|
|
|
|
<td |
|
|
|
|
className="link-td" |
|
|
|
|
> |
|
|
|
|
<a |
|
|
|
|
href="org/teams/edit/4" |
|
|
|
|
> |
|
|
|
|
<a |
|
|
|
|
href="org/teams/edit/4" |
|
|
|
|
> |
|
|
|
|
4 |
|
|
|
|
</a> |
|
|
|
|
</td> |
|
|
|
|
<td |
|
|
|
|
className="text-right" |
|
|
|
|
4 |
|
|
|
|
</a> |
|
|
|
|
</td> |
|
|
|
|
<td |
|
|
|
|
className="text-right" |
|
|
|
|
> |
|
|
|
|
<DeleteButton |
|
|
|
|
onConfirm={[Function]} |
|
|
|
|
/> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr |
|
|
|
|
key="5" |
|
|
|
|
> |
|
|
|
|
<td |
|
|
|
|
className="width-4 text-center link-td" |
|
|
|
|
> |
|
|
|
|
<a |
|
|
|
|
href="org/teams/edit/5" |
|
|
|
|
> |
|
|
|
|
<DeleteButton |
|
|
|
|
onConfirm={[Function]} |
|
|
|
|
<img |
|
|
|
|
className="filter-table__avatar" |
|
|
|
|
src="some/url/" |
|
|
|
|
/> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr |
|
|
|
|
key="5" |
|
|
|
|
</a> |
|
|
|
|
</td> |
|
|
|
|
<td |
|
|
|
|
className="link-td" |
|
|
|
|
> |
|
|
|
|
<td |
|
|
|
|
className="width-4 text-center link-td" |
|
|
|
|
> |
|
|
|
|
<a |
|
|
|
|
href="org/teams/edit/5" |
|
|
|
|
> |
|
|
|
|
<img |
|
|
|
|
className="filter-table__avatar" |
|
|
|
|
src="some/url/" |
|
|
|
|
/> |
|
|
|
|
</a> |
|
|
|
|
</td> |
|
|
|
|
<td |
|
|
|
|
className="link-td" |
|
|
|
|
> |
|
|
|
|
<a |
|
|
|
|
href="org/teams/edit/5" |
|
|
|
|
> |
|
|
|
|
test-5 |
|
|
|
|
</a> |
|
|
|
|
</td> |
|
|
|
|
<td |
|
|
|
|
className="link-td" |
|
|
|
|
<a |
|
|
|
|
href="org/teams/edit/5" |
|
|
|
|
> |
|
|
|
|
<a |
|
|
|
|
href="org/teams/edit/5" |
|
|
|
|
> |
|
|
|
|
test-5@test.com |
|
|
|
|
</a> |
|
|
|
|
</td> |
|
|
|
|
<td |
|
|
|
|
className="link-td" |
|
|
|
|
test-5 |
|
|
|
|
</a> |
|
|
|
|
</td> |
|
|
|
|
<td |
|
|
|
|
className="link-td" |
|
|
|
|
> |
|
|
|
|
<a |
|
|
|
|
href="org/teams/edit/5" |
|
|
|
|
> |
|
|
|
|
<a |
|
|
|
|
href="org/teams/edit/5" |
|
|
|
|
> |
|
|
|
|
5 |
|
|
|
|
</a> |
|
|
|
|
</td> |
|
|
|
|
<td |
|
|
|
|
className="text-right" |
|
|
|
|
test-5@test.com |
|
|
|
|
</a> |
|
|
|
|
</td> |
|
|
|
|
<td |
|
|
|
|
className="link-td" |
|
|
|
|
> |
|
|
|
|
<a |
|
|
|
|
href="org/teams/edit/5" |
|
|
|
|
> |
|
|
|
|
<DeleteButton |
|
|
|
|
onConfirm={[Function]} |
|
|
|
|
/> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
</tbody> |
|
|
|
|
</table> |
|
|
|
|
</div> |
|
|
|
|
5 |
|
|
|
|
</a> |
|
|
|
|
</td> |
|
|
|
|
<td |
|
|
|
|
className="text-right" |
|
|
|
|
> |
|
|
|
|
<DeleteButton |
|
|
|
|
onConfirm={[Function]} |
|
|
|
|
/> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
</tbody> |
|
|
|
|
</table> |
|
|
|
|
</div> |
|
|
|
|
</PageContents> |
|
|
|
|
</Page> |
|
|
|
|