add partey shares

This commit is contained in:
_Bastler
2021-11-17 20:18:51 +01:00
parent c4f1d5151b
commit fd01b23138
3 changed files with 20 additions and 6 deletions
@@ -32,10 +32,10 @@ export class ParteyTimeslotsComponent implements OnInit {
filter: any = {};
pageSizeOptions: number[] = [ 5, 10, 25, 50 ];
visibilities = [ "PRIVATE", "PROTECTED", "PUBLIC" ];
types = [ "VIDEO", "AUDIO" ];
types = [ "VIDEO", "AUDIO", "AUDIO_STREAM", "VIDEO_STREAM" ];
userId: any;
timeslotsColumns = [ "type", "starts", "ends", "title", "description", "stream", "edit", "delete" ];
timeslotsColumns = [ "type", "starts", "ends", "title", "description", "share", "stream", "edit", "delete" ];
searchFormControl = new FormControl();
ownerFormControl = new FormControl();