Show seconds in the UI (#4765)

This commit is contained in:
Ruslan Sayfutdinov
2020-02-06 18:38:38 +00:00
committed by GitHub
parent 2e47aa1905
commit c977f22047
25 changed files with 135 additions and 77 deletions

View File

@@ -6,7 +6,7 @@ import { Debouncer } from "@polymer/polymer/lib/utils/debounce";
import { timeOut } from "@polymer/polymer/lib/utils/async";
import { mixinBehaviors } from "@polymer/polymer/lib/legacy/class";
import formatTime from "../../common/datetime/format_time";
import { formatTime } from "../../common/datetime/format_time";
// eslint-disable-next-line no-unused-vars
/* global Chart moment Color */