Alignak-monitoring-contrib / alignak-app

Desktop application in system tray for Alignak users.
GNU Affero General Public License v3.0
6 stars 2 forks source link

Make App tabs movable #288

Closed algorys closed 6 years ago

algorys commented 6 years ago

User can choose to start with problems or host synthesis as default view in settings.

Now App should let user to move tab to its preferred position during run.

algorys commented 6 years ago

Now that the tabs can be moved, maybe the setting for the startup display could be reviewed.

Instead of having only choose if problems or synthesis is default view, user could choose the order he prefers according to a simple list:

tab_order = problems,spy,synthesis`
# or (for p=problems, s=spy, h=synthesis)
tab_order = p,s,h
# or
tab_order = 0,2,1

With default value if user set a wrong order.

mohierf commented 6 years ago

p,s,h looks a good option

algorys commented 6 years ago

@mohierf done. I think it's a good feature. After some tests, my prefer order is:

s,h,p

Default order will be h,p,s. I would change the default value if needed.