Skip to content

Commit 03cf112

Browse files
committed
Removed 2nd reverseproxy server
1 parent 6ef8b9b commit 03cf112

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/charts/microservice-traffic.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const MicroServiceTraffic = (props) => {
7979
<Plot
8080
data = {[{
8181
type: 'bar',
82-
x: ['Orders', 'Customers', 'Books', 'Reverse-Proxy', 'ReverseProxy'],
82+
x: ['Orders', 'Customers', 'Books', 'Reverse-Proxy'],
8383
y: [...serverPingCount, 0, yAxisHeadRoom],
8484
fill: 'tozeroy',
8585
marker: {'color': '#5C80FF'},

0 commit comments

Comments
 (0)