Put RTT 3d Histo at the bottom if you pick "one of each"

This commit is contained in:
Herbert Wolverson 2024-07-18 12:21:41 -05:00
parent db2c980cbe
commit 524a2a9957

View File

@ -41,9 +41,9 @@ export const DashletMenu = [
{ name: "Network Tree Summary", tag: "treeSummary", size: 6 }, { name: "Network Tree Summary", tag: "treeSummary", size: 6 },
{ name: "Combined Top 10 Box", tag: "combinedTop10", size: 3 }, { name: "Combined Top 10 Box", tag: "combinedTop10", size: 3 },
{ name: "Total Cake Stats", tag: "totalCakeStats", size: 3 }, { name: "Total Cake Stats", tag: "totalCakeStats", size: 3 },
{ name: "Round-Trip Time Histogram 3D", tag: "rttHistogram3D", size: 12 },
{ name: "Circuits At Capacity", tag: "circuitCapacity", size: 6 }, { name: "Circuits At Capacity", tag: "circuitCapacity", size: 6 },
{ name: "Tree Nodes At Capacity", tag: "treeCapacity", size: 6 }, { name: "Tree Nodes At Capacity", tag: "treeCapacity", size: 6 },
{ name: "Round-Trip Time Histogram 3D", tag: "rttHistogram3D", size: 12 },
]; ];
export function widgetFactory(widgetName, count) { export function widgetFactory(widgetName, count) {