Merge branch 'develop' into nice_dev
This commit is contained in:
commit
09b1b9f492
8 changed files with 367 additions and 406 deletions
|
|
@ -5,9 +5,9 @@ interface DataOption {
|
|||
interface investigatefactsDataRowType {
|
||||
subject: string;
|
||||
interrogated: string;
|
||||
fault: string;
|
||||
status: string;
|
||||
active: string;
|
||||
fault: string|undefined;
|
||||
status: string|undefined;
|
||||
active: string|undefined;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue