Repository: kylin Updated Branches: refs/heads/2.x-staging 02ed23cb6 -> c3a9b970a
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/c3a9b970 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/c3a9b970 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/c3a9b970 Branch: refs/heads/2.x-staging Commit: c3a9b970a3863849745cae9192567e27a069c3d1 Parents: 02ed23c Author: janzhongi <[email protected]> Authored: Thu Feb 25 16:28:03 2016 +0800 Committer: janzhongi <[email protected]> Committed: Thu Feb 25 16:28:03 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/c3a9b970/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>
