Skip to content

Commit 1d25895

Browse files
dvolodin7uncol
andauthored
Remove 'Other' option from report type selection (#46)
Co-authored-by: uncol <[email protected]>
1 parent ac12dad commit 1d25895

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ui/web/inv/reportmetrics/Application.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ Ext.define("NOC.inv.reportmetrics.Application", {
9393
{boxLabel: "Interfaces", name: "reporttype", inputValue: "load_interfaces", checked: true},
9494
{boxLabel: "Objects", name: "reporttype", inputValue: "load_cpu"},
9595
{boxLabel: "Ping", name: "reporttype", inputValue: "ping"},
96-
{boxLabel: "Other", name: "reporttype", inputValue: "other"},
9796
],
9897
listeners: {
9998
change: "onChangeSource",

0 commit comments

Comments
 (0)