bgruening / docker-galaxy

:whale::bar_chart::books: Docker Images tracking the stable Galaxy releases.
http://bgruening.github.io/docker-galaxy
MIT License
226 stars 134 forks source link

Labels #566

Closed fabianomenegidio closed 3 days ago

fabianomenegidio commented 4 years ago

Before I used labels to separate categories in my Galaxy. This way:

`[label id = "label_upload" text = "DATA SOURCE" />

[section id = "getext" name = "Get Upload Data"> [tool file = "data_source / upload.xml" /> [/section>

[label id = "label_db" text = "BIOLOGICAL DATABASE" />

[section id = "getdb" name = "Get Upload DB"> [/section> [section id = "tools" name = "Tools"> [/section>`

Now, the labels are at the end of the menu instead of in their position.

Have we had any changes in this context?

Note: I changed "<" to "[" in the question, but the script is correct.

bgruening commented 3 days ago

I'm not aware of any changes. But please try the new version 24.1. The user interface in Galaxy has changed a lot.