diff --git a/WebSites/pos/dashboard.json b/WebSites/pos/dashboard.json index 851a9ce725e16eb831106b71a09d6b6774251fda..d32735ca0fa0a9fe7efc96ff84a4561a594edac0 100644 --- a/WebSites/pos/dashboard.json +++ b/WebSites/pos/dashboard.json @@ -330,7 +330,8 @@ "size": "regular", "value": "Math.round(datasources[\"POS\"][\"RFQ-010:RFS-EVR-101:CycleFreq-RB\"][\"value\"])", "sparkline": false, - "animate": true + "animate": true, + "units": "Hz" } } ] @@ -356,9 +357,9 @@ "type": "text_widget", "settings": { "size": "regular", - "value": "Math.round(datasources[\"POS\"][\"RFQ-010:RFS-EVR-101:RFSyncWdt-SP\"][\"value\"])", + "value": "(datasources[\"POS\"][\"RFQ-010:RFS-EVR-101:RFSyncWdt-SP\"][\"value\"]/1000).toFixed(3)", "animate": true, - "units": "μs" + "units": "ms" } } ]