[ 
https://issues.apache.org/jira/browse/SPARK-44770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kent Yao reassigned SPARK-44770:
--------------------------------

    Assignee: Jason Li

> Add a displayOrder variable to WebUITab to specify the order in which tabs 
> appear
> ---------------------------------------------------------------------------------
>
>                 Key: SPARK-44770
>                 URL: https://issues.apache.org/jira/browse/SPARK-44770
>             Project: Spark
>          Issue Type: Improvement
>          Components: Web UI
>    Affects Versions: 3.5.1
>            Reporter: Jason Li
>            Assignee: Jason Li
>            Priority: Major
>
> Add a displayOrder variable to WebUITab to specify the order in which tabs 
> appear. Currently, the tabs are ordered by when they get attached, which 
> isn't always desired. The default is MIN_VALUE, meaning if it's not 
> specified, it will appear in the order added before any tabs with a 
> non-default displayOrder.  For example, we would like to have the SQL Tab 
> appear before the Connect tab; however, based on the code flow, the Connect 
> tab will be attached first and with the current logic, that tab would also 
> appear first.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to