Skip to content

Commit de64749

Browse files
committed
[SER-690] Removed unused request from dashboard
1 parent 525c641 commit de64749

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

plugins/dashboards/api/api.js

-9
Original file line numberDiff line numberDiff line change
@@ -546,15 +546,6 @@ plugins.setConfigs("dashboards", {
546546
return true;
547547
});
548548

549-
plugins.register("/o/dashboards/recheck_widgets", function(ob) {
550-
var params = ob.params;
551-
var apiKey = params.qstring.apiKey;
552-
var matchOperator = params.qstring.matchOperator;
553-
var result = customDashboards.callWidgetRecheck(apiKey, matchOperator);
554-
return common.returnOutput(params, result);
555-
});
556-
557-
558549
/**
559550
* @api {get} /i/dashboards/create Create a dashboard
560551
* @apiName CreateDashboard

0 commit comments

Comments
 (0)