You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by ma...@apache.org on 2015/05/15 07:21:51 UTC

[22/52] [abbrv] incubator-kylin git commit: new header

new header


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

Branch: refs/heads/0.8.0
Commit: 6fed6cb462890a0e52b5b86a143dbeb2b3dd12fe
Parents: afac451
Author: jiazhong <ji...@ebay.com>
Authored: Tue Mar 17 17:54:19 2015 +0800
Committer: honma <ho...@ebay.com>
Committed: Fri May 15 11:35:50 2015 +0800

----------------------------------------------------------------------
 webapp/app/partials/header.html | 4 ++--
 webapp/app/routes.json          | 8 ++++++++
 2 files changed, 10 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/6fed6cb4/webapp/app/partials/header.html
----------------------------------------------------------------------
diff --git a/webapp/app/partials/header.html b/webapp/app/partials/header.html
index 9a55034..cfc1aa2 100644
--- a/webapp/app/partials/header.html
+++ b/webapp/app/partials/header.html
@@ -49,8 +49,8 @@
                     <li class="{{activeTab=='jobs'?'purple':'green'}}" ng-if="userService.isAuthorized()">
                         <a href="jobs">Monitor</a>
                     </li>
-                    <li class="{{activeTab=='sourceMeta'?'purple':'green'}}" ng-if="userService.isAuthorized()">
-                        <a href="sourceMeta">System</a>
+                    <li class="{{activeTab=='admin'?'purple':'green'}}" ng-if="userService.isAuthorized()">
+                        <a href="admin">System</a>
                     </li>
                 </ul>
                 <ul class="nav navbar-nav navbar-right">

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/6fed6cb4/webapp/app/routes.json
----------------------------------------------------------------------
diff --git a/webapp/app/routes.json b/webapp/app/routes.json
index 31071c5..8ee6fc3 100644
--- a/webapp/app/routes.json
+++ b/webapp/app/routes.json
@@ -113,6 +113,14 @@
         }
     },
     {
+        "url": "/models/add",
+        "params": {
+            "templateUrl": "partials/models/model_edit.html",
+            "tab": "models",
+            "controller": "ModelEditCtrl"
+        }
+    },
+    {
         "url": "/models/edit/:modelName",
         "params": {
             "templateUrl": "partials/models/model_edit.html",