[W3af-svn-notify] [Task #145533] Users should be able to know if tab is "active"
Status: Beta
Brought to you by:
andresriancho
From: SourceForge.net <no...@so...> - 2008-02-25 17:19:47
|
Task #145533 has been updated. Project: w3af Subproject: gtkUi - Phase 2 Summary: Users should be able to know if tab is "active" Complete: 100% Status: Closed Authority : andresriancho Assigned to: facundobatista Description: Users should be able to know if tab is "active"; for example if there is no scan information, the exploit tab can not be used and the user must "click" on the tab and see the message to realize that. Maybe we could use italics fonts on the names of the tabs that are inactive, and change them to normal fonts when they can be clicked. The same goes for HTTP Log. Follow-Ups: ------------------------------------------------------- Date: 2008-02-25 14:19 By: facundobatista Comment: In main.py you have the MainApp.setSensitiveExploit() method, which you can call with False or True to turn off/on both Exploit and HTTP Log tabs (the former was implemented before, added now the latter). Commited in r734. ------------------------------------------------------- Date: 2008-02-08 18:19 By: andresriancho Comment: Make this more generic: main.py def activateExploit(self): And perform an activation of a list of tabs, or something like that. Tabs that are activated when scan starts: - Exploit - HTTP Log ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=145533&group_id=170274&group_project_id=55112 |