* Console: Don't display 'unsupported' message on some config pages when restart/shutdown buttons clicked

This commit is contained in:
zzz
2013-06-17 19:43:32 +00:00
parent f9f1391057
commit fa0b52fc3a
8 changed files with 8 additions and 7 deletions

View File

@@ -60,7 +60,7 @@ public class ConfigPeerHandler extends FormHandler {
} else if (_action.startsWith("Check")) {
addFormError(_("Unsupported"));
} else {
addFormError("Unknown action \"" + _action + '"');
//addFormError(_("Unsupported") + ' ' + _action + '.');
}
}