{{#if (and (eq replicationMode 'dr') (eq model.replicationAttrs.modeForUrl 'secondary'))}}

This cluster is currently running as a DR Replication Secondary. Promote the cluster to a primary by entering DR Operation Token.

{{input class="input" id="dr_operation_token" name="dr_operation_token" value=dr_operation_token}}
{{#if showOptions}}
{{input class="input" id="primary_cluster_addr" name="primary_cluster_addr" value=primary_cluster_addr}}

Overrides the cluster address that the primary gives to secondary nodes.

{{/if}}
Promote cluster
{{else}}

Promote cluster

Promote the cluster to primary.

{{input class="input" id="primary_cluster_addr" name="primary_cluster_addr" value=primary_cluster_addr}}

Overrides the cluster address that the primary gives to secondary nodes.

Promote cluster
{{/if}}