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

index.js « show « ci_cd « settings « groups « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bf77d968e7d36686f435dc89c4fe4dbcf6aea4de (plain)
1
2
3
4
5
6
7
8
9
10
11
import initStaleRunnerCleanupSetting from 'ee_else_ce/group_settings/stale_runner_cleanup';
import initVariableList from '~/ci_variable_list';
import initSharedRunnersForm from '~/group_settings/mount_shared_runners';
import initSettingsPanels from '~/settings_panels';

// Initialize expandable settings panels
initSettingsPanels();

initSharedRunnersForm();
initStaleRunnerCleanupSetting();
initVariableList();