- improved Dashboard ui
This commit is contained in:
@@ -16,3 +16,8 @@ export type Region = {
|
||||
name: string;
|
||||
brushColour: string;
|
||||
};
|
||||
|
||||
export type SystemHealthStatus = {
|
||||
id: string;
|
||||
tags: string[];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user