We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70dd045 commit 0e8f540Copy full SHA for 0e8f540
plugins-base/XSFeatureInterface.py
@@ -47,7 +47,7 @@ def __init__(self):
47
48
if len(choiceDefs) == 0:
49
XSLog('Configure Management Interface found no PIFs to present')
50
- choiceDefs.append(ChoiceDef(Lang("<No interfaces present>"), None))
+ choiceDefs.append(ChoiceDef(Lang("<Couldn't retrieve data about existing interfaces>"), None))
51
else:
52
choiceDefs.append(ChoiceDef(Lang("Disable Management Interface"), lambda: self.HandleNICChoice(None)))
53
0 commit comments