Fixup dashlet filename

This commit is contained in:
Herbert Wolverson 2024-06-27 09:44:22 -05:00
parent 51eadf7e6e
commit a318e922ed
2 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import {ThroughputRingDash} from "./throughput_ring_dash";
import {RttHistoDash} from "./rtt_histo_dash"; import {RttHistoDash} from "./rtt_histo_dash";
import {Top10Downloaders} from "./top10_downloaders"; import {Top10Downloaders} from "./top10_downloaders";
import {Worst10Downloaders} from "./worst10_downloaders"; import {Worst10Downloaders} from "./worst10_downloaders";
import {Top10FlowsBytes} from "./top10flows"; import {Top10FlowsBytes} from "./top10flows_bytes";
export const DashletMenu = [ export const DashletMenu = [
{ name: "Throughput Bits/Second", tag: "throughputBps", size: 3 }, { name: "Throughput Bits/Second", tag: "throughputBps", size: 3 },