2019-07-31 22:56:46 +05:30
|
|
|
- only_key_value = local_assigns.fetch(:only_key_value, false)
|
|
|
|
|
|
|
|
%li.ci-variable-row.m-0.d-none.d-sm-block
|
|
|
|
.d-flex.w-100.align-items-center.pb-2
|
2020-07-28 23:09:34 +05:30
|
|
|
.bold.table-section.section-15.gl-mr-3
|
2019-07-31 22:56:46 +05:30
|
|
|
= s_('CiVariables|Type')
|
2020-07-28 23:09:34 +05:30
|
|
|
.bold.table-section.section-15.gl-mr-3
|
2019-07-31 22:56:46 +05:30
|
|
|
= s_('CiVariables|Key')
|
2020-07-28 23:09:34 +05:30
|
|
|
.bold.table-section.section-15.gl-mr-3
|
2019-07-31 22:56:46 +05:30
|
|
|
= s_('CiVariables|Value')
|
|
|
|
- unless only_key_value
|
|
|
|
.bold.table-section.section-20
|
|
|
|
= s_('CiVariables|State')
|
|
|
|
.bold.table-section.section-20
|
|
|
|
= s_('CiVariables|Masked')
|
|
|
|
= render_if_exists 'ci/variables/environment_scope_header'
|