Description
The currently in Atlas the base path for api and few image are relative to root of the application, ie it always resolves to http://<host><api>.
Which causing issue when Atlas UI is accessed for Knox Proxy.
Proposing following changes in path to make it relative from path it is accessed.
- <img class="initialLoading" src="../img/ring.gif"> + <img class="initialLoading" src="img/ring.gif">
- baseUrl: '/api/atlas', - baseUrlV2: '/api/atlas/v2', + baseUrl: 'api/atlas', + baseUrlV2: 'api/atlas/v2',
Attachments
Attachments
Issue Links
- links to