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 is related to issue 'Make the Datasources component less prominent because it is only used by advanced users ', and is easier to resolve :
In the Search tab there is 'Selected Server', and if there is only 1 datasource then this can be hidden, and when there are multiple datasources it can be displayed. The users who access multiple datasources are more advanced, and won't be confused by this display.
The text was updated successfully, but these errors were encountered:
… server connected
Closes#437.
select-server.hbs : use this. prefix for component attribute .servers, part of framework upgrade #370.
left-panel.js : alias multipleServers because its basis may change; for hiding Panel::SelectedServer.
api-server.js : featuresCountAllTaskInstance() : call to getBlocksTask / getBlocksLimits : change param blockIds from [] to undefined, i.e. default to all blocks; passing [] was an error in 126a15a which added this function.
api-servers.js : add multipleServersCP(), which enables panel/left-panel.hbs to update whereas using multipleServers does not.
left-panel.hbs : hide Panel::SelectedServer if not multipleServers.
This sub-issue is part of #431.
Introduction
This is related to issue 'Make the Datasources component less prominent because it is only used by advanced users ', and is easier to resolve :
In the Search tab there is 'Selected Server', and if there is only 1 datasource then this can be hidden, and when there are multiple datasources it can be displayed. The users who access multiple datasources are more advanced, and won't be confused by this display.
The text was updated successfully, but these errors were encountered: