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

index.js « application_settings « admin « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 366be334e873eda3b889ee34ddc4f1fc8b00ede0 (plain)
1
2
3
4
5
6
7
8
9
10
import initVariableList from '~/ci/ci_variable_list';
import initSearchSettings from '~/search_settings';
import selfMonitor from '~/self_monitor';
import initSettingsPanels from '~/settings_panels';

initVariableList('js-instance-variables');
selfMonitor();
// Initialize expandable settings panels
initSettingsPanels();
initSearchSettings();