Add ability to enable, disable and view team syncing in UI and API

Also extracts out some common testing infrastructure to make testing APIs easier now using pytest
This commit is contained in:
Joseph Schorr 2017-02-17 18:20:23 -05:00
parent a17b637032
commit 8ea3977140
9 changed files with 298 additions and 27 deletions

View file

@ -3,6 +3,18 @@
position: relative;
}
.team-view .team-sync-table {
margin-bottom: 20px;
}
.team-view .team-sync-table td {
padding: 6px;
}
.team-view .team-sync-table td:first-child {
font-weight: bold;
}
.team-view .team-title {
vertical-align: middle;
margin-right: 10px;
@ -14,10 +26,10 @@
margin-left: 6px;
}
.team-view .team-view-header {
.team-view .team-view-header, .team-view .team-sync-header {
border-bottom: 1px solid #eee;
margin-bottom: 10px;
padding-bottom: 10px;
margin-bottom: 20px;
padding-bottom: 20px;
}
.team-view .team-view-header button i.fa {