From 2dd20b375bc82d3ac4b02ffeda2584d9260ac3d6 Mon Sep 17 00:00:00 2001 From: Eduard Klimenko Date: Mon, 16 Dec 2024 17:43:35 +0200 Subject: [PATCH 1/3] fix: Spelling on RTP Streams #8 --- src/app/app.component.ts | 4 ++-- src/app/components/controls/menu-stat/menu-stat.component.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 9baffa2..1c26d92 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -13,7 +13,7 @@ import { WiregasmService } from './services/wiregasm.service';
-
WASM-LIB: {{item || '. . .'}}
+
WASM-LIB: {{item }}
`, @@ -21,7 +21,7 @@ import { WiregasmService } from './services/wiregasm.service'; }) export class AppComponent { - msg: string[] = [' ']; + msg: string[] = ['Loading ...']; done = false; isReady = false; parsingProgress = 100; diff --git a/src/app/components/controls/menu-stat/menu-stat.component.ts b/src/app/components/controls/menu-stat/menu-stat.component.ts index 75722d8..f00d7e8 100644 --- a/src/app/components/controls/menu-stat/menu-stat.component.ts +++ b/src/app/components/controls/menu-stat/menu-stat.component.ts @@ -44,7 +44,7 @@ export class MenuStatComponent implements OnInit { { name: 'Misc', children: [ { - name: 'RTP Rteams', + name: 'RTP Streams', type: 'rtp-streams', jsonData: {} }, From a7a89259e212aa10dc5a36a6812684271a305f27 Mon Sep 17 00:00:00 2001 From: Eduard Klimenko Date: Mon, 16 Dec 2024 19:43:25 +0200 Subject: [PATCH 2/3] fix: Missing Menus? #11 --- .../components/controls/menu-stat/menu-stat.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/components/controls/menu-stat/menu-stat.component.html b/src/app/components/controls/menu-stat/menu-stat.component.html index 4935c25..eac15ca 100644 --- a/src/app/components/controls/menu-stat/menu-stat.component.html +++ b/src/app/components/controls/menu-stat/menu-stat.component.html @@ -2,7 +2,7 @@
- + note