Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
cc553c1341 |
@ -52,7 +52,7 @@ func Start() {
|
|||||||
v := variable_t {
|
v := variable_t {
|
||||||
Label: label,
|
Label: label,
|
||||||
Variable: "",
|
Variable: "",
|
||||||
Value: strconv.FormatFloat(value, 'f', 4, 64)
|
Value: strconv.FormatFloat(value, 'f', 4, 64),
|
||||||
Unit: "ms",
|
Unit: "ms",
|
||||||
Status: status,
|
Status: status,
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user