From 96f69ca98f92ff64cc50104a70b3978595683c72 Mon Sep 17 00:00:00 2001 From: Sukanya Pandey Date: Wed, 20 May 2020 15:32:57 +0530 Subject: Add code for Serial Over LAN - The output of serial connection of the hosts on the workstation terminal. - The library used is xterm which will provide the terminal to show the data. Signed-off-by: Sukanya Pandey Change-Id: I6000cae42f237fffe216e2079cf2a6c39db236fd --- src/components/AppNavigation/AppNavigation.vue | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/components/AppNavigation/AppNavigation.vue') diff --git a/src/components/AppNavigation/AppNavigation.vue b/src/components/AppNavigation/AppNavigation.vue index 9c5295ad..1dfba11e 100644 --- a/src/components/AppNavigation/AppNavigation.vue +++ b/src/components/AppNavigation/AppNavigation.vue @@ -40,6 +40,9 @@ {{ $t('appNavigation.rebootBmc') }} + + {{ $t('appNavigation.serialOverLan') }} + {{ $t('appNavigation.serverLed') }} -- cgit v1.2.3