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 2016/02/19 03:21:24 UTC

kylin git commit: minor, UI fix cube advancedSetting page display issue

Repository: kylin
Updated Branches:
  refs/heads/2.x-staging b37434d5a -> 58943ef69


minor, UI fix cube advancedSetting page display issue


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

Branch: refs/heads/2.x-staging
Commit: 58943ef69153e0fef532435ee57e87d904346c17
Parents: b37434d
Author: janzhongi <ji...@ebay.com>
Authored: Fri Feb 19 10:21:42 2016 +0800
Committer: janzhongi <ji...@ebay.com>
Committed: Fri Feb 19 10:21:42 2016 +0800

----------------------------------------------------------------------
 webapp/app/partials/cubeDesigner/advanced_settings.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/58943ef6/webapp/app/partials/cubeDesigner/advanced_settings.html
----------------------------------------------------------------------
diff --git a/webapp/app/partials/cubeDesigner/advanced_settings.html b/webapp/app/partials/cubeDesigner/advanced_settings.html
index c553763..95475a7 100755
--- a/webapp/app/partials/cubeDesigner/advanced_settings.html
+++ b/webapp/app/partials/cubeDesigner/advanced_settings.html
@@ -87,7 +87,7 @@
                       </ui-select-choices>
                     </ui-select>
 
-                    <p ng-if="state.mode=='view'" style="word-wrap: break-word; word-break: normal;max-width: 1000px ">
+                    <p ng-if="state.mode=='view'">
                       {{aggregation_group.select_rule.mandatory_dims}}</p>
                   </td>
                   <td class="col-xs-1">
@@ -122,7 +122,7 @@
                               {{column}}
                             </ui-select-choices>
                           </ui-select>
-                          <p ng-if="state.mode=='view'" style="word-wrap: break-word; word-break: normal;max-width: 1000px ">
+                          <p ng-if="state.mode=='view'">
                             {{hierarchyDims}}</p>
 
                         </td>
@@ -167,7 +167,7 @@
                               {{column}}
                             </ui-select-choices>
                           </ui-select>
-                          <p ng-if="state.mode=='view'" style="word-wrap: break-word; word-break: normal;max-width: 1000px ">
+                          <p ng-if="state.mode=='view'">
                             {{jointDims}}</p>
                         </td>
                         <td class="col-xs-2">