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:50 UTC

[21/52] [abbrv] incubator-kylin git commit: set tree.js for model instead cube

set tree.js for model  instead cube


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

Branch: refs/heads/0.8.0
Commit: afac4513f0ce58a713edf53e31aa9744a0322347
Parents: e6b0715
Author: jiazhong <ji...@ebay.com>
Authored: Tue Mar 17 17:53:04 2015 +0800
Committer: honma <ho...@ebay.com>
Committed: Fri May 15 11:35:50 2015 +0800

----------------------------------------------------------------------
 webapp/app/js/services/tree.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/afac4513/webapp/app/js/services/tree.js
----------------------------------------------------------------------
diff --git a/webapp/app/js/services/tree.js b/webapp/app/js/services/tree.js
index d6f346f..4b1ef2d 100755
--- a/webapp/app/js/services/tree.js
+++ b/webapp/app/js/services/tree.js
@@ -16,7 +16,7 @@
  * limitations under the License.
 */
 
-KylinApp.service('CubeGraphService', function () {
+KylinApp.service('GraphService', function () {
 
     var margin = {top: 20, right: 100, bottom: 20, left: 100},
         width = 1100 - margin.right - margin.left,