Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature request] download link for correct version of client on webclient login page #4657

Closed
carandraug opened this issue May 12, 2016 · 3 comments

Comments

@carandraug
Copy link
Contributor

The webclient login page could have a link to download the insight client for the correct server version.

Assuming that omero users shouldn't have to worry about what is the underlying server version, it becomes the job of the omero admin to keep updating any internal documentation pointing to the right version of the client.

This would remove the need for such internal documentation or save the user from googling for omero client download and ending up downloading the wrong version.

@joshmoore
Copy link
Member

@will-moore @rgozim : see an easy enough way to add this?

@manics
Copy link
Member

manics commented Feb 15, 2019

The login page includes the OMERO.web version so it should be easy to add a link https://github.com/openmicroscopy/openmicroscopy/blob/v5.4.10/components/tools/OmeroWeb/omeroweb/webclient/templates/webclient/login.html#L137

@joshmoore
Copy link
Member

Maybe [linux] [mac] [win] with the redirects?

RewriteRule ^/latest/omero5.4/insight-win.zip$ /omero/5.4.10/artifacts/OMERO.insight-5.4.10-ice36-b105-win.zip [R=seeother,L]
RewriteRule ^/latest/omero5.4/insight-mac.zip$ /omero/5.4.10/artifacts/OMERO.insight-5.4.10-ice36-b105-mac.zip [R=seeother,L]
RewriteRule ^/latest/omero5.4/insight-linux.zip$ /omero/5.4.10/artifacts/OMERO.insight-5.4.10-ice36-b105-linux.zip [R=seeother,L]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants