You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is related to the results panel of a TAP search (vo perspective):
Change label "Query" by "TAP URL"
Every time a user selects a service, the bottom panel will show the TAP URL text field and below, what is called "enter query" tab. So, the current two tabs will me merged into one panel. Every time the user selects a service, this panel will be updated.
The text was updated successfully, but these errors were encountered:
The first issue has been solved as follows:
Was changed the class VOServiceView of the project astrotaverna-voservice the JLabel "Query: " by "TAP QUERY: "
The second issue has been solved as follow:
Was changed the methods called makeResultTable() and makeTapSearch() of the class VOServiceView of project astrotaverna-voservice for joining the two tabs on one JTAB.
This issue is related to the results panel of a TAP search (vo perspective):
The text was updated successfully, but these errors were encountered: