GenerAI / worldmonitor /src /components /DisasterCorrelationPanel.ts
amogaddy's picture
Integra World Monitor (AGPL-3.0, self-hosted) nello Space: pagina, menu, e arricchimento notizie per la AI (part 7)
9d2d895 verified
Raw
History Blame Contribute Delete
298 Bytes
import { CorrelationPanel } from './CorrelationPanel';
import { t } from '@/services/i18n';
export class DisasterCorrelationPanel extends CorrelationPanel {
constructor() {
super('disaster-correlation', 'Disaster Cascade', 'disaster', t('components.disasterCorrelation.infoTooltip'));
}
}