Skip to content

Commit

Permalink
Removed unused file
Browse files Browse the repository at this point in the history
Updated frontend
  • Loading branch information
Turbots committed Oct 30, 2022
1 parent 5d8c352 commit 3b42ae8
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 36 deletions.
64 changes: 32 additions & 32 deletions account-service/src/main/resources/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<!-- Page Heading -->

<!-- Page Heading -->
<h1 class="h3 mb-2 text-info">Spring <i class="fas fa-heart text-danger"></i> BASF!</h1>
<h1 class="h3 mb-2 text-info">Spring <i class="fas fa-heart text-danger"></i> Agfa Healthcare!</h1>
<p class="mb-4">Built during the demo!</p>
<!-- Content Row -->
<div class="row">
Expand Down Expand Up @@ -167,36 +167,6 @@ <h1 class="h3 mb-2 text-info">Spring <i class="fas fa-heart text-danger"></i> BA
</div>
</div>

<!-- Content Row -->
<div class="row">

<div class="col-lg-12 mb-4">
<!-- Illustrations -->
<div class="card text-center shadow mb-4">
<div class="card-header py-3">
<h6 class="m-0 font-weight-bold text-primary">Additional Information</h6>
</div>
<div class="card-body">
<div class="text-center">
<img class="img-fluid px-3 px-sm-4 mt-3 mb-4" style="width: 45rem;"
src="img/tanzu-logo.png" alt="Cloudnative Buildpacks">
</div>
<p>This is a demo application that showcases how to run cloud native applications using
<a target="_blank" rel="nofollow"
href="https://tanzu.vmware.com/tanzu">VMware Tanzu</a>
and the power of <a target="_blank" href="https://buildpacks.io" rel="nofollow">Cloud
Native
Buildpacks</a>!</p>
<a target="_blank" rel="nofollow" href="https://github.com/Turbots/b2b.git">Check out
the code on Github &rarr;</a>
</div>
<div class="card-footer text-muted">
<div th:text="'This application is running on ' + ${ip} + ':' + ${port} + '(' + ${host} + ')'">Server Information</div>
</div>
</div>
</div>
</div>

<!-- Page Heading -->
<h1 class="h3 mb-2 text-gray-800">Banking Information</h1>
<p class="mb-4">Listing all the account balances and latest payments.</p>
Expand Down Expand Up @@ -287,6 +257,36 @@ <h6 class="m-0 font-weight-bold text-primary">Payments</h6>
</div>
</div>

<!-- Content Row -->
<div class="row">

<div class="col-lg-12 mb-4">
<!-- Illustrations -->
<div class="card text-center shadow mb-4">
<div class="card-header py-3">
<h6 class="m-0 font-weight-bold text-primary">Additional Information</h6>
</div>
<div class="card-body">
<div class="text-center">
<img class="img-fluid px-3 px-sm-4 mt-3 mb-4" style="width: 45rem;"
src="img/tanzu-logo.png" alt="Cloudnative Buildpacks">
</div>
<p>This is a demo application that showcases how to run cloud native applications using
<a target="_blank" rel="nofollow"
href="https://tanzu.vmware.com/tanzu">VMware Tanzu</a>
and the power of <a target="_blank" href="https://buildpacks.io" rel="nofollow">Cloud
Native
Buildpacks</a>!</p>
<a target="_blank" rel="nofollow" href="https://github.com/Turbots/b2b.git">Check out
the code on Github &rarr;</a>
</div>
<div class="card-footer text-muted">
<div th:text="'This application is running on ' + ${ip} + ':' + ${port} + '(' + ${host} + ')'">Server Information</div>
</div>
</div>
</div>
</div>

</div>
<!-- /.container-fluid -->

Expand All @@ -297,7 +297,7 @@ <h6 class="m-0 font-weight-bold text-primary">Payments</h6>
<footer class="sticky-footer bg-white">
<div class="container my-auto">
<div class="copyright text-center my-auto">
<span>Copyright &copy; Pivotal now part of VMware 2020</span>
<span>Copyright &copy; VMware 2022</span>
</div>
</div>
</footer>
Expand Down
1 change: 0 additions & 1 deletion confirmation-service/jq

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.vmware.tanzu.demo.payments;

import io.micrometer.core.instrument.Counter;
import io.micrometer.core.instrument.MeterRegistry;
import org.springframework.stereotype.Component;

Expand All @@ -11,7 +10,5 @@ public class PaymentMetrics {

public PaymentMetrics(MeterRegistry meterRegistry) {
this.meterRegistry = meterRegistry;


}
}

0 comments on commit 3b42ae8

Please sign in to comment.