mirror of https://github.com/portainer/portainer
feature(ui): UI security constraints screen EE-3706 (#7314)
parent
9106e74e61
commit
ce22544c60
|
@ -6,7 +6,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
pr-icon {
|
pr-icon {
|
||||||
display: inline-block;
|
display: inline-flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
|
|
|
@ -13,12 +13,9 @@
|
||||||
|
|
||||||
<div ng-if="state.viewReady">
|
<div ng-if="state.viewReady">
|
||||||
<div class="row">
|
<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">
|
<div class="col-sm-12">
|
||||||
<rd-widget>
|
<rd-widget>
|
||||||
|
<rd-widget-header icon="shield" feather-icon="true" title-text="Pod security constraints"></rd-widget-header>
|
||||||
<rd-widget-body>
|
<rd-widget-body>
|
||||||
<form class="form-horizontal" name="kubernetesSecurityConstraintForm">
|
<form class="form-horizontal" name="kubernetesSecurityConstraintForm">
|
||||||
<!-- main toggle -->
|
<!-- main toggle -->
|
||||||
|
@ -29,6 +26,8 @@
|
||||||
name="'disableSysctlSettingForRegularUsers'"
|
name="'disableSysctlSettingForRegularUsers'"
|
||||||
label="'Enable pod security constraints'"
|
label="'Enable pod security constraints'"
|
||||||
feature-id="limitedFeaturePodSecurityPolicy"
|
feature-id="limitedFeaturePodSecurityPolicy"
|
||||||
|
label-class="'col-sm-3 col-lg-2 px-0'"
|
||||||
|
switch-class="'col-sm-8'"
|
||||||
>
|
>
|
||||||
</por-switch-field>
|
</por-switch-field>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue