add partey shares
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user