{props.error}
}>} /> ); @@ -50,7 +50,11 @@ export const withDataSourceInitiated = ({ }) => withGuard( props => { - return !get(props, isLoadingNameProp) && !get(props, dataSourceNameProp); + return ( + /* data source is not defined or there is an error related to the data source initialization */ + (!get(props, isLoadingNameProp) && !get(props, dataSourceNameProp)) || + get(props, dataSourceErrorNameProp) + ); }, props => (+ The server API is currently not available. Review the connection with + the selected server API, the service is running and the API host + configuration is valid. +
++ The server API is not selected. Select it using the server API + selector. +
+