The Links widget shows links from the file webfront/nav-links.conf How are these links ordered in the widget? They are neither shown on the order they appear in the config file nor alphabetically. --Ingeborg -- Ingeborg Østrem Hellemo -- ingeborg.hellemo@uit.no Dep. of Information Technology --- Univ. of Tromsø
On Fri, 27 Nov 2020 11:05:53 +0100 Ingeborg Hellemo <ingeborg.hellemo@uit.no> wrote:
The Links widget shows links from the file webfront/nav-links.conf
How are these links ordered in the widget? They are neither shown on the order they appear in the config file nor alphabetically.
The links are output in the order they come out of the Python dictionary used to represent the contents of the configuration file. Essentially, this means the order is random. -- mvh Morten Brekkevold Uninett
participants (2)
-
Ingeborg Hellemo -
Morten Brekkevold