Skip to content

Commit

Permalink
minor bugfix in displaying edit fields. #1019
Browse files Browse the repository at this point in the history
  • Loading branch information
schakrava committed Jan 22, 2016
1 parent c6d30c3 commit 4206820
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -82,7 +82,7 @@ AddReplicationTaskView = RockstorLayoutView.extend({
$(this.el).html(this.template({
shares: this.freeShares2,
appliances: this.appliances.toJSON(),
replica: this.replicaJSON,
replica: replicaJSON,
listener_ip: listener_ip,
listener_port: listener_port,
replicaId: this.replicaId,
Expand Down

0 comments on commit 4206820

Please sign in to comment.