You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2016/06/01 04:36:18 UTC

kylin git commit: minor, make UI label consistent

Repository: kylin
Updated Branches:
  refs/heads/master 9d5fa3203 -> 03d7ca555


minor, make UI label consistent

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

Branch: refs/heads/master
Commit: 03d7ca555743b27745837af81e631e17aa99a3ff
Parents: 9d5fa32
Author: shaofengshi <sh...@apache.org>
Authored: Wed Jun 1 12:36:11 2016 +0800
Committer: shaofengshi <sh...@apache.org>
Committed: Wed Jun 1 12:36:11 2016 +0800

----------------------------------------------------------------------
 webapp/app/partials/modelDesigner/model_measures.html | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/03d7ca55/webapp/app/partials/modelDesigner/model_measures.html
----------------------------------------------------------------------
diff --git a/webapp/app/partials/modelDesigner/model_measures.html b/webapp/app/partials/modelDesigner/model_measures.html
index b6a4719..20c73c3 100644
--- a/webapp/app/partials/modelDesigner/model_measures.html
+++ b/webapp/app/partials/modelDesigner/model_measures.html
@@ -41,8 +41,7 @@
         </tbody>
     </table>
     <div  ng-if="state.mode=='edit'" class="form-group" style="width: 100%">
-        <h3 class="box-title">Select measure columns</h3>
-
+        <h4 style="margin-left:42px">Select measure columns</h4>
       <ui-select
         close-on-select="false"
         ng-if="state.mode=='edit'"