galaxy-tours : putting the box next to the preview display
Dear All I am working on a simple galaxy tour. The galaxy tour builder (https://github.com/TailorDev/galaxy-tourbuilder) is great and helps a lot, but unfortunately, not in this particular case: - element: "#current-history-panel > ul.list-items > div:nth-child(1) > div.details > div.actions.clear > div.left > a.download-btn.icon-btn" title: "Download your dataset" intro: "You can download every dataset by using the floppy disc symbol." position: "left" will put the box next to the floppy disc symbol. What do I have to write as 'element' in order to get the box pointing to the actual preview data (i.e. the white box)? Thank you very much for your help Regards, Hans-Rudolf -- Hans-Rudolf Hotz, PhD Bioinformatics Support Friedrich Miescher Institute for Biomedical Research Maulbeerstrasse 66 4058 Basel/Switzerland
with a little detour via twitter - this is the solution: element: "#current-history-panel > ul.list-items > div:nth-child(1) .dataset-peek table" Many Thanks to William Durand for providing the solution! Hans-Rudolf On 07/27/2017 12:15 PM, Hans-Rudolf Hotz wrote:
Dear All
I am working on a simple galaxy tour. The galaxy tour builder (https://github.com/TailorDev/galaxy-tourbuilder) is great and helps a lot, but unfortunately, not in this particular case:
- element: "#current-history-panel > ul.list-items > div:nth-child(1) > div.details > div.actions.clear > div.left > a.download-btn.icon-btn" title: "Download your dataset" intro: "You can download every dataset by using the floppy disc symbol." position: "left"
will put the box next to the floppy disc symbol.
What do I have to write as 'element' in order to get the box pointing to the actual preview data (i.e. the white box)?
Thank you very much for your help Regards, Hans-Rudolf
participants (1)
-
Hans-Rudolf Hotz