Skip to content
Snippets Groups Projects

Protected containers: Create protection rules in project settings

3 files
+ 15
6
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -130,7 +130,7 @@ export default {
</gl-form-group>
<gl-form-group
:label="s__('ContainerRegistry|Push protected up to access level')"
:label="s__('ContainerRegistry|Maximum access level prevented from pushing')"
label-for="input-push-protected-up-to-access-level"
:disabled="isFieldDisabled"
>
@@ -144,7 +144,7 @@ export default {
</gl-form-group>
<gl-form-group
:label="s__('ContainerRegistry|Delete protected up to access level')"
:label="s__('ContainerRegistry|Maximum access level prevented from deleting')"
label-for="input-delete-protected-up-to-access-level"
:disabled="isFieldDisabled"
>
@@ -163,7 +163,7 @@ export default {
type="submit"
:disabled="isSubmitButtonDisabled"
:loading="showLoadingIcon"
>{{ __('Protect') }}</gl-button
>{{ s__('ContainerRegistry|Add rule') }}</gl-button
>
<gl-button class="gl-ml-3" type="reset">{{ __('Cancel') }}</gl-button>
</div>
Loading