We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0af89c2 commit 7f23dbbCopy full SHA for 7f23dbb
1 file changed
packages/cmk-frontend/src/js/modules/ntop/ntop_alerts.ts
@@ -23,10 +23,6 @@ import {
23
} from './ntop_utils'
24
25
export class NtopAlertsTabBar extends TabsBar {
26
- constructor(div_selector: string) {
27
- super(div_selector)
28
- }
29
-
30
override _get_tab_entries() {
31
return [EngagedAlertsTab, PastAlertsTab, FlowAlertsTab]
32
}
0 commit comments