Repository: mesos
Updated Branches:
  refs/heads/master 9171af20e -> 8c25ef96f


Fixed links used in WebUI index.html to get assets.

The links now work in all cases, even when the WebUI
is not run locally.

Review: https://reviews.apache.org/r/67150/


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/8c25ef96
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/8c25ef96
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/8c25ef96

Branch: refs/heads/master
Commit: 8c25ef96f20a6f360ce9b7e23d02b4fb59002299
Parents: 9171af2
Author: Armand Grillet <[email protected]>
Authored: Wed May 16 12:49:07 2018 +0200
Committer: Alexander Rukletsov <[email protected]>
Committed: Wed May 16 12:49:07 2018 +0200

----------------------------------------------------------------------
 src/webui/index.html | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/8c25ef96/src/webui/index.html
----------------------------------------------------------------------
diff --git a/src/webui/index.html b/src/webui/index.html
index f98cded..0f3a342 100644
--- a/src/webui/index.html
+++ b/src/webui/index.html
@@ -7,16 +7,16 @@
     <meta name="description" content="">
     <meta name="author" content="">
 
-    <link href="../assets/css/bootstrap-3.3.6.min.css" rel="stylesheet">
-    <link href="../assets/css/bootstrap-table-1.11.1.min.css" rel="stylesheet">
-    <link href="../assets/css/mesos.css" rel="stylesheet">
+    <link href="assets/css/bootstrap-3.3.6.min.css" rel="stylesheet">
+    <link href="assets/css/bootstrap-table-1.11.1.min.css" rel="stylesheet">
+    <link href="assets/css/mesos.css" rel="stylesheet">
 
-    <link rel="shortcut icon" href="../assets/ico/favicon.ico">
+    <link rel="shortcut icon" href="assets/ico/favicon.ico">
   </head>
 
   <body>
     <div data-ng-show="doneLoading" style="width: 75px; margin: 0 auto; 
text-align: center;">
-      <img src="../assets/img/loading.gif" height="64" width="64" alt="">
+      <img src="assets/img/loading.gif" height="64" width="64" alt="">
     </div>
 
     <div ng-controller="MainCtrl">
@@ -31,7 +31,7 @@
               <span class="icon-bar"></span>
             </button>
             <a class="navbar-brand" href="#/">
-              <img src="../assets/img/mesos-logo.png" alt="Apache Mesos">
+              <img src="assets/img/mesos-logo.png" alt="Apache Mesos">
             </a>
           </div>
 

Reply via email to