last updates

This commit is contained in:
Henry Jordan
2021-08-26 20:33:59 +00:00
parent 69bf294f4b
commit 4732ffc6b3
15 changed files with 406 additions and 180 deletions

View File

@@ -35,5 +35,13 @@ export let process = {
params: dt,
keys: {}
});
}
},
totalCasesByRisk(dt) {
return Api.get({
service: "CASES_RISK",
method: "get",
params: dt,
keys: {}
});
},
};

View File

@@ -71,6 +71,7 @@
LIST_TOTAL_CASES: "/metrics/list-total-cases",
TOTAL_CASES_BY_PROCESS:"/metrics/total-cases-by-process",
TOTAL_CASES_BY_RANGE:"/metrics/process-total-cases",
CASES_RISK:"/metrics/cases-risk",
CONFIG: "/home/config",
GET_CONFIG: "/home/config/{id}/{name}",
PAUSE_CASE: "/cases/{app_uid}/pause",