mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2024-11-22 08:16:25 -06:00
Put RTT 3d Histo at the bottom if you pick "one of each"
This commit is contained in:
parent
db2c980cbe
commit
524a2a9957
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user