You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by ch...@apache.org on 2017/07/04 15:33:23 UTC

kylin git commit: remove links of system and remove useless debug log

Repository: kylin
Updated Branches:
  refs/heads/master 4b66751d4 -> b0cc68b76


remove links of system and remove useless debug log


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

Branch: refs/heads/master
Commit: b0cc68b767098f1b9d7dc714e3129ae1efdfb321
Parents: 4b66751
Author: luguosheng1314 <55...@qq.com>
Authored: Tue Jul 4 16:16:08 2017 +0800
Committer: chenzhx <34...@qq.com>
Committed: Tue Jul 4 22:01:42 2017 +0800

----------------------------------------------------------------------
 webapp/app/js/controllers/cubeMeasures.js   |  1 -
 webapp/app/js/controllers/modelDataModel.js |  1 -
 webapp/app/js/controllers/sourceMeta.js     |  2 --
 webapp/app/partials/admin/admin.html        | 16 ++++++++--------
 4 files changed, 8 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/b0cc68b7/webapp/app/js/controllers/cubeMeasures.js
----------------------------------------------------------------------
diff --git a/webapp/app/js/controllers/cubeMeasures.js b/webapp/app/js/controllers/cubeMeasures.js
index 824e2ca..c598fde 100644
--- a/webapp/app/js/controllers/cubeMeasures.js
+++ b/webapp/app/js/controllers/cubeMeasures.js
@@ -114,7 +114,6 @@ KylinApp.controller('CubeMeasuresCtrl', function ($scope, $modal,MetaModel,cubes
       $scope.nextParameters[i].next_parameter=$scope.nextParameters[i+1];
     }
     $scope.newMeasure.function.parameter.next_parameter = $scope.nextParameters[0];
-    console.log($scope.newMeasure.function.parameter);
   }
 
   $scope.editNextParameter = function(parameter){

http://git-wip-us.apache.org/repos/asf/kylin/blob/b0cc68b7/webapp/app/js/controllers/modelDataModel.js
----------------------------------------------------------------------
diff --git a/webapp/app/js/controllers/modelDataModel.js b/webapp/app/js/controllers/modelDataModel.js
index 15fb20a..c895218 100644
--- a/webapp/app/js/controllers/modelDataModel.js
+++ b/webapp/app/js/controllers/modelDataModel.js
@@ -218,7 +218,6 @@ KylinApp.controller('ModelDataModelCtrl', function ($location,$scope, $modal,cub
             lookupList.splice(lookupList.indexOf(lookup), 1);
             $scope.aliasName.splice($scope.aliasName.indexOf(lookup.alias),1);
         }
-        console.log($scope.aliasName);
     };
 
     $scope.changeKey = function(index){

http://git-wip-us.apache.org/repos/asf/kylin/blob/b0cc68b7/webapp/app/js/controllers/sourceMeta.js
----------------------------------------------------------------------
diff --git a/webapp/app/js/controllers/sourceMeta.js b/webapp/app/js/controllers/sourceMeta.js
index c2122ad..4f341f0 100755
--- a/webapp/app/js/controllers/sourceMeta.js
+++ b/webapp/app/js/controllers/sourceMeta.js
@@ -644,12 +644,10 @@ KylinApp
 
       $scope.streamingOnChange = function () {
         $scope.table.schemaChecked = true;
-        console.log($scope.streaming.sourceSchema);
         try {
           $scope.streaming.parseResult = JSON.parse($scope.streaming.sourceSchema);
         } catch (error) {
           $scope.table.sourceValid = false;
-          console.log(error);
           return;
         }
         $scope.table.sourceValid = true;

http://git-wip-us.apache.org/repos/asf/kylin/blob/b0cc68b7/webapp/app/partials/admin/admin.html
----------------------------------------------------------------------
diff --git a/webapp/app/partials/admin/admin.html b/webapp/app/partials/admin/admin.html
index b4bca8d..be0156a 100644
--- a/webapp/app/partials/admin/admin.html
+++ b/webapp/app/partials/admin/admin.html
@@ -64,14 +64,14 @@
       <a ng-click="downloadBadQueryFiles();" tooltip="Download Diagnosis Info For Current Project" class="btn btn-primary btn-lg btn-block"><i class="fa fa-ambulance"></i> Diagnosis</a>
     </div>
 
-    <div>
-      <h3>Links</h3>
-    </div>
-    <div style="padding-top: 10px" ng-if="config.reference_links['hadoop']">
-      <a class="label-lg label-yellow arrowed-right"style="font-size:18px;" tooltip="Cluster Resource Monitoring" href="{{config.reference_links['hadoop'].link}}" >
-        Hadoop Monitor
-      </a>
-    </div>
+    <!--<div>-->
+      <!--<h3>Links</h3>-->
+    <!--</div>-->
+    <!--<div style="padding-top: 10px" ng-if="config.reference_links['hadoop']">-->
+      <!--<a class="label-lg label-yellow arrowed-right"style="font-size:18px;" tooltip="Cluster Resource Monitoring" href="{{config.reference_links['hadoop'].link}}" >-->
+        <!--Hadoop Monitor-->
+      <!--</a>-->
+    <!--</div>-->
   </div>
 </div>