From 85c4574cbde85980b9c9bffbc9ee0cfd52608cb8 Mon Sep 17 00:00:00 2001 From: Felipe Knorr Kuhn Date: Sun, 24 Oct 2021 22:47:50 -0700 Subject: [PATCH] Update HTML template for the WS API examples --- .../app/components/api-docs/code-template.component.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/app/components/api-docs/code-template.component.ts b/frontend/src/app/components/api-docs/code-template.component.ts index 5df582399..e84297f80 100644 --- a/frontend/src/app/components/api-docs/code-template.component.ts +++ b/frontend/src/app/components/api-docs/code-template.component.ts @@ -174,10 +174,10 @@ init();`; let resultHtml = '
';
       if (this.method === 'websocket') {
-        resultHtml = `

-    

-    

-    
`;
+        resultHtml = `

Blocks

Waiting for data

+

Mempool Info

Waiting for data

+

Transactions

Waiting for data

+

Mempool Blocks

Waiting for data

`; } return `