We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1073430 + ee51f45 commit c5675edCopy full SHA for c5675ed
plugins/dashboards/api/api.js
@@ -22,11 +22,11 @@ plugins.setConfigs("dashboards", {
22
23
(function() {
24
25
- plugins.register("/master", function() {
+ /*plugins.register("/master", function() {
26
setTimeout(() => {
27
require('../../../api/parts/jobs').job('dashboards:refreshDashboards').replace().schedule('every 5 minutes');
28
}, 1000);
29
- });
+ });*/
30
31
/**
32
* @api {get} /o/dashboards Get dashboard
0 commit comments