File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -976,6 +976,15 @@ const InventoryTreeMenuLocal = () => {
976
976
>
977
977
The network OS release might be outdated, but this needs confirmation.
978
978
</ Text >
979
+ < Text
980
+ size = { 100 }
981
+ weight = 'regular'
982
+ style = { {
983
+ color : tokens . colorPaletteMarigoldForeground2 ,
984
+ } }
985
+ >
986
+ Please perform a network access test manually using commands such as telnet.
987
+ </ Text >
979
988
</ div >
980
989
) ,
981
990
} }
Original file line number Diff line number Diff line change @@ -808,7 +808,7 @@ export const getDeviceNetworkCondition = async (
808
808
networkCondition . access = false ;
809
809
networkCondition . route = true ;
810
810
} else if ( rpcReply . includes ( 'curl: not found' ) ) {
811
- networkCondition . message = `The network access test is unavailable because the 'curl' command is missing.` ;
811
+ networkCondition . message = `The network access test to ${ termServer } : ${ termPort } is unavailable because the 'curl' command is missing.` ;
812
812
networkCondition . dns = true ;
813
813
networkCondition . access = true ;
814
814
networkCondition . route = true ;
You can’t perform that action at this time.
0 commit comments