mirror of https://github.com/nicolargo/glances.git
Update UI
This commit is contained in:
parent
3a96a9c607
commit
51bab2d453
|
|
@ -60227,7 +60227,7 @@ function timedeltaFilter($filter) {
|
|||
var d = new Date(sum);
|
||||
|
||||
return {
|
||||
hours: d.getUTCHours(), // TODO : multiple days ( * (d.getDay() * 24)))
|
||||
hours: d.getUTCHours(), // TODO : multiple days ( * (d.getDay() * 24))
|
||||
minutes: d.getUTCMinutes(),
|
||||
seconds: d.getUTCSeconds(),
|
||||
milliseconds: parseInt("" + d.getUTCMilliseconds() / 10)
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue