Customize Basic Tasks / Advanced
-
Hi,
I search to customize the menu on a host “Basic Tasks / Advanced”.
I want to delete “Fast Wipe” line.
I try grep on fog folder but not find how to hide or delete this line.
Which file contain this ? -
@florent Just to be clear you want to remove (forever) the fast wipe option from the advanced menu? Or is it stuck on the basic menu and you want it to only show on the advanced menu (bug I just discovered)?
The quick answer is this is changed with the TaskType plugin. If you delete the Fast Wipe task from that TaskType list the action is gone forever. If you used the TaskType plugin to alter the fast wipe feature and now its stuck on the basic menu I have a fix for that too.
-
@george1421 Hi George,
I want to remove forever the “Fast” wipe option.
Just want keep “Normal” and “Full Wipe”.
I look on :
tasktype.class.php
tasktypemanager.class.php
But i don’t understand the file operation. -
@florent said in Customize Basic Tasks / Advanced:
tasktype.class.php
tasktypemanager.class.php
But i don’t understand the file operation.Just add the tasktype plugin. That will add a new menu item called task types in the FOG WebUI. Just select that Task Type menu and the remove what you want from the list. You will see all of the menu items for imaging there. There is no code you need to hack to get what you want.
-
@george1421 Thanks work like i want !