Hi

Could this be a duplicate of this JIRA - DRILL-5699: Drill Web UI Page Source 
Has Links To External Sites

It’s in progress with this PR – https://github.com/apache/drill/pull/891 

Pritesh

On 8/6/17, 4:28 PM, "Jörg Schad" <jo...@mesosphere.io> wrote:

    Hi,
    I am just creating a drill package for DC/OS / Apache Mesos.
    
    The one problem I am facing is the UI integration. Unfortunately the drill
    UI uses static links (
    e.g.,
    <link rel="shortcut icon" href="/static/img/drill.ico">
    <link href="/static/css/bootstrap.min.css" rel="stylesheet">
    ) .
    This does not work nicely with the DC/OS UI, which would reference the
    drill UI via https://<cluster>/service/drill/.
    
    Are there any objections against a PR making the all the links relative (
    e.g.,
    <link rel="shortcut icon" href="./static/img/drill.ico">
    <link href="./static/css/bootstrap.min.css" rel="stylesheet">
    ).
    
    
    Thank you!
    Joerg
    

Reply via email to