Hi Jeremy,
> is there an easy way to change the default tab in the BlueQuartz admin
> UI? I've been requested to do so as most of the time is spent under
> Site Management on our servers vs the Server Management.
>
> I assume it can't be too hard, but no idea where to look.
/usr/sausalito/ui/menu/base/vsite/vsite.xml
In there change the line ...
<parent id="root" order="10">
... to this:
<parent id="root" order="1">
The "order" defines what comes first in a menu. Entries with lower values end
up on top. Or in this case on the leftmost side in this horizontal menu.
--
With best regards,
Michael Stauber