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:
wade@bindshell.net
2011-01-20 21:06:29 +00:00
parent e10e921e51
commit 7a7d0c8f7f

View File

@@ -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;
}