Скорректировал getMetricStatus - метод, который влиял на отображаемый статус показателя.
This commit is contained in:
@@ -2,8 +2,8 @@ export type TagItem = {
|
||||
id: string;
|
||||
name: string;
|
||||
tagGroup: string | null;
|
||||
min: number;
|
||||
max: number;
|
||||
min: number | null;
|
||||
max: number | null;
|
||||
comment: string;
|
||||
unitOfMeasurement: string;
|
||||
edgeIds: string[];
|
||||
|
||||
Reference in New Issue
Block a user