Status bar update added when required module fields are not complete. It now says "Please complete all input fields!".
git-svn-id: https://beef.googlecode.com/svn/trunk@704 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
@@ -337,7 +337,7 @@ function genNewExploitPanel(panel, command_module_id, command_module_name, zombi
|
||||
var form = Ext.getCmp('form-command-module-zombie-'+zombie.session), command_module_params = new Array();
|
||||
|
||||
if(!form || !form.getForm().isValid()) {
|
||||
console.log("TODO: Update status bar with message to complete the form")
|
||||
sb.update_fail("Please complete all input fields!"); // status bar update
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user