You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2013/07/09 02:44:05 UTC

[11/16] git commit: Correct path to '/frameworks/:id'.

Correct path to '/frameworks/:id'.

'/framework/:id' (singular) is not a valid path.

From: Ross Allen <re...@gmail.com>
Review: https://reviews.apache.org/r/12287


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

Branch: refs/heads/master
Commit: afb3acf61431141c8ceac4aa7d5fb353033ae950
Parents: 128061f
Author: Benjamin Hindman <be...@twitter.com>
Authored: Mon Jul 8 17:41:46 2013 -0700
Committer: Benjamin Hindman <be...@twitter.com>
Committed: Mon Jul 8 17:41:46 2013 -0700

----------------------------------------------------------------------
 src/webui/master/static/home.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/afb3acf6/src/webui/master/static/home.html
----------------------------------------------------------------------
diff --git a/src/webui/master/static/home.html b/src/webui/master/static/home.html
index 3a13525..e98c975 100644
--- a/src/webui/master/static/home.html
+++ b/src/webui/master/static/home.html
@@ -279,7 +279,7 @@
           <td>
             <abbr title="{{offer.id}}">{{offer.id | truncateMesosID}}</abbr>
           </td>
-          <td><a href="{{'#/framework/' + offer.framework_id}}">{{offer.framework_name}}</a></td>
+          <td><a href="{{'#/frameworks/' + offer.framework_id}}">{{offer.framework_name}}</a></td>
           <td>
             <a href="#/slaves/{{slaves[offer.slave_id].id}}">
               {{offer.hostname}}