feature(ui): UI security constraints screen EE-3706 (#7314)

pull/7385/head
Prabhat Khera 2022-07-29 14:41:33 +12:00 committed by GitHub
parent 9106e74e61
commit ce22544c60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 5 deletions

View File

@ -6,7 +6,7 @@
}
pr-icon {
display: inline-block;
display: inline-flex;
}
.icon {

View File

@ -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>