WIP server config display page

This commit is contained in:
Gabe Kangas
2020-10-25 21:39:25 -07:00
parent 2444bea78a
commit 6d357857a7
3 changed files with 268 additions and 13 deletions

View File

@@ -44,7 +44,7 @@ export default function ViewersOverTime() {
return "no info";
}
const timeFormatter = (tick) => {return timeFormat('%H:%M:%S')(new Date(tick));};
const timeFormatter = (tick) => {return timeFormat('%H:%M')(new Date(tick));};
const CustomizedTooltip = (props) => {
const { active, payload, label } = props;