Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Order of tabs on home page

Is there a way (or plugin) to order tabs on Jenkins home page? By default, they are sorted in alphabetical order.

Only info I've found is 'no', but it is quite old.

like image 998
automatictester Avatar asked Aug 12 '15 10:08

automatictester


People also ask

How do you find the tab order on a website?

To check if your application's tab order is logical, try tabbing through your page. The order in which elements are focused should aim to follow the DOM order. In general, focus should follow reading order, moving from left to right, from the top to the bottom of your page.

Can you change the order of tabs in Chrome?

You can rearrange tabs to make them easier to find, and "pin" tabs you don't want to accidentally close. Arranging tabs is easy: You can click and drag a tab to move it left or right in your list of open tabs at the top of the browser window. You can also right-click a tab and choose "Pin" from the dropdown menu.

What determines the tab order?

Control tab order is determined by the order in which controls are drawn on the screen. The first control that you draw is assigned a tab order of 1 , the next is given tab order number 2 , and so on.


1 Answers

I was looking for a plugin that lets me sort tabs manually a couple of weeks ago. I didn't find anything. So I'm almost sure the answer is still no.

As a workaround we use a prefix like "(0) Viewname A", "(1) Viewname B" etc. in order to have the most important views accessible by one click.

like image 91
Wosi Avatar answered Oct 20 '22 05:10

Wosi