You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by zh...@apache.org on 2015/12/07 07:52:19 UTC

kylin git commit: KYLIN-930 list project realizations, detail point to models page

Repository: kylin
Updated Branches:
  refs/heads/2.x-staging 37f5cae40 -> afd3279c8


KYLIN-930 list project realizations,detail point to models page


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

Branch: refs/heads/2.x-staging
Commit: afd3279c88161edf2d4dbbd34b6080d678bd3d2a
Parents: 37f5cae
Author: jian <ji...@apache.org>
Authored: Mon Dec 7 14:51:55 2015 +0800
Committer: jian <ji...@apache.org>
Committed: Mon Dec 7 14:51:55 2015 +0800

----------------------------------------------------------------------
 webapp/app/partials/projects/project_detail.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/afd3279c/webapp/app/partials/projects/project_detail.html
----------------------------------------------------------------------
diff --git a/webapp/app/partials/projects/project_detail.html b/webapp/app/partials/projects/project_detail.html
index 2644f08..89fbf52 100644
--- a/webapp/app/partials/projects/project_detail.html
+++ b/webapp/app/partials/projects/project_detail.html
@@ -42,7 +42,7 @@
                     <tbody>
                         <tr ng-repeat="item in project.realizations" ng-if="item.type=='CUBE'">
                             <td>{{item.realization}}</td>
-                            <td><a href='cubes/{{project.name}}/{{item.realization}}' style="color: #428BCA">Detail</a></td>
+                            <td><a href='models' style="color: #428BCA">Detail</a></td>
                         </tr>
                     </tbody>
                 </table>