Uploaded image for project: 'Atlas'
  1. Atlas
  2. ATLAS-1823

UI - Change in base path URL for few api/images to make it relative from path it is accessed.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.8.1, 1.0.0
    • None
    • None

    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

        1. ATLAS-1823.patch
          4 kB
          Nixon Rodrigues

        Issue Links

          Activity

            People

              nixon Nixon Rodrigues
              nixon Nixon Rodrigues
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: