- Fix tab destination device index.

This commit is contained in:
2025-06-30 00:15:48 +02:00
parent 378d16e302
commit 7576e3d4df
2 changed files with 7 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ time_in=$(date +%s%N)
# Header Print
#--------------------------------------------------------------------------------------------------------------------------
Header_Print ()
Header_Print()
{
case "${format}"
in
@@ -71,7 +71,7 @@ Header_Print ()
# Tailer
#--------------------------------------------------------------------------------------------------------------------------
Footer_Print ()
Footer_Print()
{
case "${format}"
in
@@ -94,7 +94,7 @@ Footer_Print ()
# Destination Status Board
#--------------------------------------------------------------------------------------------------------------------------
Destination_Status_Board ()
Destination_Status_Board()
{
if [[ "${format}" == "html" ]]
then
@@ -458,7 +458,7 @@ VPN_OpenVPN_Board()
# Main Board Print
#--------------------------------------------------------------------------------------------------------------------------
Main_Board_Print ()
Main_Board_Print()
{
if [[ "${format}" == "html" ]]
then