Worker management UI for managers

This commit is contained in:
simon987
2019-05-05 20:13:47 -04:00
parent 72c8e18044
commit 39dd89b001
13 changed files with 129 additions and 9 deletions

View File

@@ -636,6 +636,10 @@ func TestTaskChainUpdateRequiresRole(t *testing.T) {
}
}
func TestGetAccessList(t *testing.T) {
//TODO!
}
func createProjectAsAdmin(req api.CreateProjectRequest) CreateProjectAR {
return createProject(req, testAdminCtx)
}