Skip to content

Commit

Permalink
Add Region to subscription
Browse files Browse the repository at this point in the history
  • Loading branch information
ZitaNemeckova committed Sep 23, 2019
1 parent b183ad3 commit 38727e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/views/ops/_settings_replication_tab.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
%th= _('Port')
%th= _('Backlog')
%th= _('Status')
%th= _('Region')
%th{:colspan => 2}=_('Actions')
%tbody
%tr{"ng-if" => "pglogicalReplicationModel.addEnabled"}
Expand Down Expand Up @@ -76,6 +77,7 @@
"ng-model" => "pglogicalReplicationModel.port"}
%td
%td
%td
%td{:class => "action-cell"}
%button.btn.btn-default.btn-block.btn-sm{:type => "button", "ng-disabled" => "!subscriptionValid()", "ng-click" => "addSubscription()"}= _('Accept')
Expand Down Expand Up @@ -148,6 +150,8 @@
{{subscription.backlog}}
%td
{{subscription.status}}
%td
{{subscription.provider_region}}
%td{:class => "action-cell", "ng-show" => "showCancelDelete($index)"}
%button.btn.btn-default.btn-block.btn-sm{:type => "button", "ng-click" => "cancelDelete($index)"}
= _('Cancel Delete')
Expand Down

0 comments on commit 38727e6

Please sign in to comment.