Versions Compared

    Key

    • This line was added.
    • This line was removed.
    • Formatting was changed.
    PagePreferenceCommentDefaultEnvironment variable
    UIReset show dialogShow all confirmation dialogs.  
    UIMini Joblist shortcutSystem wide keyboard shortcut to display the mini job list.CTRL+SHIFT+JQUBEUI_UI_MINIUI_SHORTCUT
    UI->DisplayFont sizeThe size of the font to use in the UI.9QUBEUI_UI_FONT_SIZE
    UI->DisplayButtons use theme hueIf true the status buttons will be colored to match the status color from the current theme.FALSEQUBEUI_UI_STATUS_BUTTONS_USE_THEME_HUE
    UI->DisplayStatus button icon sizeThe size of the status buttons icons in pixels.26QUBEUI_UI_STATUS_BUTTON_ICON_SIZE
    UI->DisplayShow status labelsShow labels on the status buttons.FALSEQUBEUI_UI_STATUS_BUTTON_SHOW_LABELS
    UI->DisplayShow status iconsShow icons on the status buttons.TRUEQUBEUI_UI_STATUS_BUTTON_SHOW_ICONS
    UI->DisplayView job list as a subjob treeOrganize the jobs under their parent jobs.FALSEQUBEUI_UI_JOB_LIST_AS_TREE
    UI->DisplayPanel tab positionThe location of the tabs when two or more panels are grouped together.TopQUBEUI_UI_PANEL_TAB_POSITION
    UI->ParsingOutput log regexesThe regular expressions used to create bookmark in log text fields.Error
    Warning
    COMMAND:
    retry/requeue
    QUBEUI_UI_OUTPUT_REGEXES
    UI->ParsingIgnore output log regexesRegular expressions used to ignore false positive matches of output log regexes.SUMMARY of ERRORS
    No errors
    QUBEUI_UI_OUTPUT_REGEXES_IGNORE
    UI->LogsLog files to keep (requires restart)The number of qubeUI.log files to keep in your home directory before deleting the oldest.3QUBEUI_UI_LOGFILE_COUNT
    UI->LogsMax log file size (requires restart)The size in MB of the log file to use before starting a new log file.3QUBEUI_UI_MAX_LOGFILE_SIZE
    Qube->SupervisorSupervisor overrideOverride the supervisor to connect to (requires restart). Enquire through support@pipelinefx.com
    Qube->SupervisorSupervisor timeoutOverride the supervisor timeout.60QUBEUI_QUBE_SUPERVISOR_TIMEOUT
    Qube->Log updatingAutomatically refresh logs FALSEQUBEUI_QUBE_AUTO_REFRESH_LOGS
    Qube->Log updatingLogs refresh intervalRefresh interval in minutes.1QUBEUI_QUBE_AUTO_REFRESH_LOG_INTERVAL
    Qube->Optimize updatesJob limit (n days)Limit the number of jobs to those updated in the past N days.0QUBEUI_UI_JOB_LIMIT_N_DAYS
    Qube->Optimize updatesJob limit (n jobs)Limit the number of jobs to the latest N jobs.0QUBEUI_UI_JOB_LIMIT_N_JOBS
    Qube->Optimize updatesLimit jobs by last updatedWhen using the job limits above choose whether to limit whether base the
    search on last updated jobs or latest jobs.
    FALSEQUBEUI_UI_JOB_LIMIT_LAST_UPDATE
    Qube->AdvancedExclude database (job) columnsExclude job database table columns from being pulled from the supervisor.
    Do not do this unless you know what you are doing or under guidance from PFX support.
    Columns that can be excluded include:
    pid, pgrp, cluster, priority, status, username, name, label,
    flags, cpus, max_cpus, todo, data, restrictions, requirements,
    reservations, hosts, omithosts, groups, omitgroups, env, prototype,
    path, reason, cpustally, todotally, lastupdate, timesubmit, timestart,
    timecomplete, eta, prod_show, prod_shot, prod_seq, prod_client, prod_dept,
    prod_custom1, prod_custom2, prod_custom3, prod_custom4, prod_custom5, dependency
     Enquire through support@pipelinefx.com
    Qube->Advanced Filter database (job) columnsApply server side, global, job database table filters. Provide column, comparitor
    and value fields. Do not do this unless you know what you are doing or under
    guidance from PFX support.
     Enquire through support@pipelinefx.com
    CustomizationExternal viewersConfigure external applications to load job output from the job list context menus. Enquire through support@pipelinefx.com
    CustomizationViewer path remapping Specify mapping between directory paths. Enquire through support@pipelinefx.com
    Plugin->GeneralAdditional plugin hierarchies (requires restart)A list of directories to read additional plugins from. Enquire through support@pipelinefx.com
    Plugin->SubmissionAdditional submission plugin paths (requires restart)A list of directories to read additional submisison plugins from. Enquire through support@pipelinefx.com
    Plugin->SubmissionRemember the values from the last submissionRemember previous values or clear to defaults values in the submission dialog on open.FALSEQUBEUI_UI_SUBMISSION_REMEMBER_LAST_JOB
    Plugin->SubmissionEnabled submission pluginsSelect the submission plugins to enable. Enquire through support@pipelinefx.com
    Plugin->Context MenusEnabled job pluginsSelect the plugins to enable for the job list context menu. Enquire through support@pipelinefx.com
    Plugin->Context MenusEnabled worker pluginsSelect the plugins to enable for the worker list context menu. Enquire through support@pipelinefx.com
    Plugin->Context MenusEnabled frame pluginsSelect the plugins to enable for the frame list context menu. Enquire through support@pipelinefx.com
    Plugin->Context MenusEnabled instance pluginsSelect the plugins to enable for the instance list context menu. Enquire through support@pipelinefx.com
    Plugin->PanelsEnabled panel pluginsSelect the panel plugins to enable. Enquire through support@pipelinefx.com
    FilterColumn containsComparison string to use in list filters for when a match contains the given value.:=QUBEUI_UI_FILTER_COLUMN_EQUAL_TO
    FilterColumn isComparison string to use in list filters for when a match is the given value.:==QUBEUI_UI_FILTER_COLUMN_EXACT_EQUAL_TO
    FilterColumn greater thanComparison string to use in list filters for when a match is greater than the given value.:>QUBEUI_UI_FILTER_COLUMN_GREATER_THAN
    FilterColumn greater or equal toComparison string to use in list filters for when a match is greater than or equal to the given value.:>=QUBEUI_UI_FILTER_COLUMN_GREATER_OR_EQUAL_TO
    FilterColumn less thanComparison string to use in list filters for when a match is less than the given value.:<QUBEUI_UI_FILTER_COLUMN_LESS_THAN
    FilterColumn less or equal toComparison string to use in list filters for when a match is less than or equal to the given value.:<=QUBEUI_UI_FILTER_COLUMN_LESS_OR_EQUAL_TO
    FilterTerm separatorString to use to separate filter terms.,QUBEUI_UI_FILTER_TERM_SEPARATOR