Skip to content

Commit fa7bfec

Browse files
Andrii Sultanovlast-genius
Andrii Sultanov
authored andcommitted
When no interfaces are found, clarify this does not mean there are no interfaces at all
The supporter host could just be having trouble connecting to the coordinator. Signed-off-by: Andrii Sultanov <[email protected]>
1 parent 1f9a211 commit fa7bfec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins-base/XSFeatureInterface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def __init__(self):
4747

4848
if len(choiceDefs) == 0:
4949
XSLog('Configure Management Interface found no PIFs to present')
50-
choiceDefs.append(ChoiceDef(Lang("<No interfaces present>"), None))
50+
choiceDefs.append(ChoiceDef(Lang("<Couldn't retrieve data about existing interfaces>"), None))
5151
else:
5252
choiceDefs.append(ChoiceDef(Lang("Disable Management Interface"), lambda: self.HandleNICChoice(None)))
5353

0 commit comments

Comments
 (0)