Skip to content

Commit

Permalink
Merge pull request #92 from Julius278/feature/626
Browse files Browse the repository at this point in the history
SDC-626, added new initial settlement page to index.html
  • Loading branch information
Julius278 authored Sep 27, 2024
2 parents 89d9094 + 4f6af00 commit d87abec
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/main/resources/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,16 @@ <h2 class="display-4">Product XML Check</h2>
</div>
</div>

<div class="bg-light border rounded-3 py-4 my-4">
<div class="container-fluid">
<h2 class="display-4">Generate Initial Settlement XML</h2>
<p class="lead">
generate an initial settlement XML based on product data
</p>
<button class="btn btn-primary btn-lg" onclick="window.location.href='/generate-initial-settlement.html'">Go</button>
</div>
</div>

<footer class="footer">
<div class="container">
<a href="http://finmath.net">finmath.net</a>
Expand Down

0 comments on commit d87abec

Please sign in to comment.