- Fix tab destination device index.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user