mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 00:09:40 +02:00
feature(ui): UI security constraints screen EE-3706 (#7314)
This commit is contained in:
parent
9106e74e61
commit
ce22544c60
2 changed files with 4 additions and 5 deletions
|
@ -13,12 +13,9 @@
|
|||
|
||||
<div ng-if="state.viewReady">
|
||||
<div class="row">
|
||||
<div class="col-sm-12 space-left">
|
||||
<i class="fas fa-shield-alt"></i>
|
||||
Pod security constraints</div
|
||||
>
|
||||
<div class="col-sm-12">
|
||||
<rd-widget>
|
||||
<rd-widget-header icon="shield" feather-icon="true" title-text="Pod security constraints"></rd-widget-header>
|
||||
<rd-widget-body>
|
||||
<form class="form-horizontal" name="kubernetesSecurityConstraintForm">
|
||||
<!-- main toggle -->
|
||||
|
@ -29,6 +26,8 @@
|
|||
name="'disableSysctlSettingForRegularUsers'"
|
||||
label="'Enable pod security constraints'"
|
||||
feature-id="limitedFeaturePodSecurityPolicy"
|
||||
label-class="'col-sm-3 col-lg-2 px-0'"
|
||||
switch-class="'col-sm-8'"
|
||||
>
|
||||
</por-switch-field>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue