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