feat(ops): wall board härlett ur summary-värden
This commit is contained in:
@@ -100,6 +100,21 @@ export interface OpsSafetyBlock {
|
||||
senaste_kontroll: string | null;
|
||||
}
|
||||
|
||||
export interface OpsWallTile {
|
||||
label: string;
|
||||
value: string;
|
||||
tone: "ok" | "warn";
|
||||
}
|
||||
|
||||
export interface OpsWallBoard {
|
||||
title: string;
|
||||
tiles: OpsWallTile[];
|
||||
}
|
||||
|
||||
export interface OpsWallBlock {
|
||||
boards: OpsWallBoard[];
|
||||
}
|
||||
|
||||
export interface OpsSummary {
|
||||
app: OpsAppBlock;
|
||||
ekonomi: OpsEconomyBlock;
|
||||
@@ -113,5 +128,6 @@ export interface OpsSummary {
|
||||
betalning: OpsPaymentBlock;
|
||||
jobb: OpsQueueBlock;
|
||||
sakerhet: OpsSafetyBlock;
|
||||
wall: OpsWallBlock;
|
||||
as_of: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user