diff --git a/priv/public/ui/app-old/mn-general-settings.html b/priv/public/ui/app-old/mn-general-settings.html index 16d23a448d..03f3a0affc 100644 --- a/priv/public/ui/app-old/mn-general-settings.html +++ b/priv/public/ui/app-old/mn-general-settings.html @@ -10,24 +10,22 @@
-
- -
- + +
+ id="cluster-name-field" + type="text" + autocorrect="off" + spellcheck="false" + autocapitalize="off" + maxlength="256" + formControlName="clusterName" + />
@@ -35,11 +33,15 @@
-

Note: Total Couchbase RAM allocation should be no more than 90% of available memoy.

+

+ Note: Total Couchbase RAM allocation should be no more than 90% of + available memory. +

+ [initDataStream]="memoryQuotasFirst" + [group]="formGroup.get('services')" + > @@ -50,10 +52,13 @@
-
 
+
+   +
-

You are running Couchbase Server {{prettyVersion | async}} @@ -61,35 +66,50 @@

- Warning: There was a problem with retreiving the update information. + [hidden]="(getPhoneHome | async)?.newVersion !== undefined" + class="error error-form" + > + Warning: There was a problem with retreiving the update + information.

No updates available.

-

- {{(getPhoneHome | async)?.newVersion}} is available.
+

+ {{(getPhoneHome | async)?.newVersion}} is available.
New features and improvements in this release can be found in the - release notes. + release notes.

+ [hidden]="!(getPhoneHome | async)?.newVersion" + class="margin-top-1 margin-bottom-2" + > + class="btn outline margin-right-1" + [attr.href]="(getPhoneHome | async)?.links.download" + target="_blank" + > Download Latest Version - + Upgrade Instructions | - + Release Notes @@ -98,17 +118,19 @@
+ type="checkbox" + id="for-update-notice-enable" + formControlName="sendStats" + /> + class="fa-stack icon-info" + ngbTooltip="Enabling software update notifications allows notification in the Couchbase web console when a new version of Couchbase Server is available. Configuration information transferred in the update check is anonymous and does not include any stored key-value data." + tooltip-placement="right" + > @@ -117,70 +139,80 @@
+ class="alert alert-warning" + ng-show="settingsAutoFailoverCtl.autoFailoverSettings.count > 0" + >

- The maximum number of nodes have been automatically failed over. Auto-failover is disabled until you reset it.   + The maximum number of nodes have been automatically failed over. + Auto-failover is disabled until you reset it.   + ng-click="adminCtl.resetAutoFailOverCount()" + ng-show="rbac.cluster.settings.write" + > Reset Auto-Failover

-
+ placement="right" + >
+ type="checkbox" + id="for-auto-failover-enable" + formControlName="enabled" + />  after  + type="number" + autocorrect="off" + spellcheck="false" + autocapitalize="off" + id="auto_failover_timeout" + formControlName="timeout" + class="input-small input-short-1" + />  seconds  - + for up to  + type="number" + autocorrect="off" + spellcheck="false" + autocapitalize="off" + id="auto_failover_maxcount" + formControlName="maxCount" + class="input-small input-short-half" + /> -  event{{formGroup.get('autoFailover.maxCount').value !== 1 ? "s" : ""}} +  event{{formGroup.get('autoFailover.maxCount').value !== 1 + ? "s" : ""}}
@@ -194,28 +226,32 @@
+ [hidden]="!(compatVersion55 | async) || !(isEnterprise | async)" + class="row flex-left text-medium flex-wrap" + formGroupName="failoverOnDataDiskIssues" + > + type="checkbox" + id="for-disk-failover-enable" + formControlName="enabled" + />  after  + type="number" + autocorrect="off" + spellcheck="false" + autocapitalize="off" + formControlName="timePeriod" + id="auto_failover_disk_timeout" + class="input-small input-short-1" + />  seconds  @@ -225,20 +261,23 @@
+ [hidden]="!(compatVersion55 | async) || !(isEnterprise | async)" + > + type="checkbox" + id="for-group-failover-enable" + formControlName="failoverServerGroup" + /> + placement="right" + >
@@ -247,41 +286,50 @@
+ class="disclosure text-medium" + [ngClass]="{disclosed: (toggleSection | async)}" + (click)="onToggleClick.next()" + > For Ephemeral Buckets
+ [hidden]="!(toggleSection | async)" + formGroupName="autoReprovision" + class="margin-top-half indent-1-5" + >
+ type="checkbox" + formControlName="enabled" + id="for-auto-reprovision-enable" + /> -
- - - - @@ -534,12 +578,12 @@
-