Skip to content

Commit 258c8db

Browse files
committed
MB-65519 Fix Bucket Dialog Duplicate Option.
Bucket dialog has a duplicate option: "Enable Cross Cluster Versioning". Change-Id: Ia525fea5122ed182f5c1d48e78ddd4bb4d588d59 Reviewed-on: https://review.couchbase.org/c/ns_server/+/224046 Tested-by: Raluca Lupu <[email protected]> Well-Formed: Build Bot <[email protected]> Reviewed-by: Eben Haber <[email protected]>
1 parent f217095 commit 258c8db

File tree

1 file changed

+0
-34
lines changed

1 file changed

+0
-34
lines changed

priv/public/ui/app/mn.bucket.dialog.html

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)