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.
1 parent 1819854 commit d1514e5Copy full SHA for d1514e5
desktop/core/src/desktop/js/apps/jobBrowser/knockout/JobBrowserViewModel.js
@@ -76,7 +76,7 @@ export default class JobBrowserViewModel {
76
!this.isMini() && schedulerInterfaceCondition();
77
78
const schedulerBeatInterfaceCondition = () =>
79
- this.appConfig()?.scheduler?.interpreter_names.indexOf('celery-beat') !== -1;
+ this.appConfig()?.scheduler?.interpreter_names.includes('celery-beat');
80
81
const livyInterfaceCondition = () =>
82
!this.isMini() &&
0 commit comments