Skip to content

Commit

Permalink
Merge pull request #237 from anvithks/fix235
Browse files Browse the repository at this point in the history
Fixes #235. Fixed the Create Replication Dialog layout issue.
  • Loading branch information
kumarashit authored Dec 12, 2019
2 parents 863eecd + b570666 commit 4a95cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/business/block/volumeList.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
</p-footer>
</p-dialog>
<!--Create Replication-->
<p-dialog styleClass="create-bucket-dialog" header="Create Replication" [(visible)]="createReplicationDisplay" [height]="440" [width]="750" modal="modal">
<p-dialog styleClass="create-replication-dialog" header="Create Replication" [(visible)]="createReplicationDisplay" [height]="440" [width]="750" modal="modal">
<div class="ui-grid ui-grid-responsive ui-grid-pad ui-fluid">
<div class="ui-grid-row">
<div class="ui-grid-col-4 item-content-backgroud">
Expand Down

0 comments on commit 4a95cdf

Please sign in to comment.