From 4b2ebf3ed802db945f20f51ca1110d6261faeb94 Mon Sep 17 00:00:00 2001 From: rrmerugu Date: Sun, 30 May 2021 04:27:52 +0530 Subject: [PATCH] response viewer styling updates --- src/web/viewlets/canvas/graph-canvas.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/web/viewlets/canvas/graph-canvas.js b/src/web/viewlets/canvas/graph-canvas.js index 6309a6ef..377722a8 100644 --- a/src/web/viewlets/canvas/graph-canvas.js +++ b/src/web/viewlets/canvas/graph-canvas.js @@ -620,8 +620,8 @@ export default class GraphCanvas extends DefaultRemoteComponent { "fontWeight": "bold" }}> - {this.state.statusCode} response + {this.state.statusCode} response : @@ -794,8 +794,8 @@ export default class GraphCanvas extends DefaultRemoteComponent { aria-labelledby="contained-modal-title-vcenter" dialogClassName="modal-90w" - show={() => this.state.modalContentName === "last-response"} - onHide={() => this.setModalContentName(null)} + // show={() => this.state.modalContentName === "last-response"} + // onHide={() => this.setModalContentName(null)} centered> @@ -815,7 +815,7 @@ export default class GraphCanvas extends DefaultRemoteComponent {
-