All files / app/assets/javascripts/pages/groups/settings/ci_cd/show index.js

0% Statements 0/6
100% Branches 0/0
100% Functions 0/0
0% Lines 0/6

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16                               
import initStaleRunnerCleanupSetting from 'ee_else_ce/group_settings/stale_runner_cleanup';
import { initAllowRunnerRegistrationTokenToggle } from '~/group_settings/allow_runner_registration_token_toggle';
 
import initVariableList from '~/ci/ci_variable_list';
import initSharedRunnersForm from '~/group_settings/mount_shared_runners';
import initSettingsPanels from '~/settings_panels';
import initDeployTokens from '~/deploy_tokens';
 
// Initialize expandable settings panels
initSettingsPanels();
initDeployTokens();
initAllowRunnerRegistrationTokenToggle();
initSharedRunnersForm();
initStaleRunnerCleanupSetting();
initVariableList();