Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.js « index « alert_management « projects « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1e98bcfd2eb201999923014c0310d228de9a5cac (plain)
1
2
3
4
5
import AlertManagementList from '~/alert_management/list';

document.addEventListener('DOMContentLoaded', () => {
  AlertManagementList();
});