Dynamically loaded menus [New in Qube 6.1]
    All the main and popup menus are dynamically loaded and exposed to the user. This allows one add, remove, or tweak the menu items in the interface. The default menus are stored under the simplecmds/ directory.

    Icon

    For example, one could add a "ssh <hostname>" menu item to the HostList popup menu to have it ssh into the selected host. Another useful item would be to tie it into the renderfarm's power management controls to start or shutdown machines.



    Default menus under simplecmds/
    menu_jobOutput.py
    menu_jobProcessesRunning.py
    menu_jobSubjobs.py
    menu_jobTasks.py
    menu_jobs.py
    menu_main.py
    menu_metajobs.py
    menu_users.py
    menu_workers.py

    • No labels