File tree Expand file tree Collapse file tree 1 file changed +0
-34
lines changed Expand file tree Collapse file tree 1 file changed +0
-34
lines changed Original file line number Diff line number Diff line change @@ -796,40 +796,6 @@ <h2>{{bucket ? 'Edit Bucket Settings' : 'Add Data Bucket'}}</h2>
796796 </ div >
797797 </ div >
798798
799- < div [hidden] ="!(isEnterprise | async) || !bucket ">
800- < label class ="inline "> Enable Cross Cluster Versioning</ label >
801- < ng-template #crossClusterVersioningTooltip >
802- < p > The Cross Cluster Versioning setting cannot be disabled after it is enabled.</ p >
803- < p > See the documentation for enableCrossClusterVersioning and the dependent features for important details
804- on how to correctly enable this setting.
805- </ p >
806- </ ng-template >
807- < span
808- [ngbTooltip] ="crossClusterVersioningTooltip "
809- triggers ="click "
810- class ="fa-stack icon-info "
811- placement ="right ">
812- < span class ="icon fa-circle-thin fa-stack-2x "> </ span >
813- < span class ="icon fa-info fa-stack-1x "> </ span >
814- </ span >
815- < div class ="formrow checkbox-list ">
816- < input
817- formControlName ="enableCrossClusterVersioning "
818- type ="checkbox "
819- id ="for-enable-cross-cluster-versioning ">
820- < label for ="for-enable-cross-cluster-versioning "> Enable</ label >
821- < div
822- class ="warning text-smaller ">
823- Warning: You cannot disable after enabling.
824- </ div >
825- < div
826- class ="error margin-bottom-half "
827- [hidden] ="!(httpError | async)?.errors?.enableCrossClusterVersioning ">
828- {{(httpError | async)?.errors?.enableCrossClusterVersioning}}
829- </ div >
830- </ div >
831- </ div >
832-
833799 < label class ="inline "> Flush</ label >
834800 < ng-template #flushTooltip >
835801 When flushed, ALL items in the bucket are removed as soon as possible.
You can’t perform that action at this time.
0 commit comments