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/25 09:25:34 UTC

kylin git commit: minor, UI fix edit model setting page display issue

Repository: kylin
Updated Branches:
  refs/heads/2.0-rc 03430b1a8 -> 4946efea8


minor, UI fix edit model setting 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/4946efea
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/4946efea
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/4946efea

Branch: refs/heads/2.0-rc
Commit: 4946efea8c959abd22f4def83f6adc9a2b36d078
Parents: 03430b1
Author: janzhongi <ji...@ebay.com>
Authored: Thu Feb 25 16:25:18 2016 +0800
Committer: janzhongi <ji...@ebay.com>
Committed: Thu Feb 25 16:25:18 2016 +0800

----------------------------------------------------------------------
 webapp/app/partials/modelDesigner/conditions_settings.html | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/4946efea/webapp/app/partials/modelDesigner/conditions_settings.html
----------------------------------------------------------------------
diff --git a/webapp/app/partials/modelDesigner/conditions_settings.html b/webapp/app/partials/modelDesigner/conditions_settings.html
index 5500f61..95dc4b6 100644
--- a/webapp/app/partials/modelDesigner/conditions_settings.html
+++ b/webapp/app/partials/modelDesigner/conditions_settings.html
@@ -16,7 +16,6 @@
 * limitations under the License.
 -->
 
-<div ng-controller="CubeRefreshCtrl">
 <div class="row">
     <div class="col-xs-8">
       <ng-form name="forms.model_setting_form" novalidate>
@@ -146,4 +145,3 @@
         </div>
     </div>
 </div>
-</div>