onCreateEnvironment(response: any) {
    (<any>$('#environment-create-modal')).modal('hide');
    this.router.navigate(['environments', response.uuid]);
  }