Side Nav Redesign (#2310)
This commit is contained in:
parent
5c2ebb87cc
commit
00dddaefae
88 changed files with 5971 additions and 572 deletions
8
UI/Web/src/app/_models/common-stream.ts
Normal file
8
UI/Web/src/app/_models/common-stream.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
export interface CommonStream {
|
||||
id: number;
|
||||
name: string;
|
||||
isProvided: boolean;
|
||||
order: number;
|
||||
visible: boolean;
|
||||
smartFilterEncoded?: string;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue