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

_index.haml « settings « registry « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c0cef8503e03f6c092d2b6b108b5d3edf323ff51 (plain)
1
2
3
4
5
6
7
#js-registry-settings{ data: { project_id: @project.id,
    cadence_options: cadence_options.to_json,
    keep_n_options: keep_n_options.to_json,
    older_than_options: older_than_options.to_json,
    is_admin: current_user&.admin.to_s,
    admin_settings_path: ci_cd_admin_application_settings_path(anchor: 'js-registry-settings'),
    enable_historic_entries: Gitlab::CurrentSettings.try(:container_expiration_policies_enable_historic_entries).to_s} }