Repository: incubator-griffin Updated Branches: refs/heads/master 47ae17748 -> 95f5bf960
[GRIFFIN-166][UI] fix Publish layout GRIFFIN-166 - fix Publish layout issue Author: jenny <[email protected]> Closes #283 from icesmartjuan/improvement/publish_layout. Project: http://git-wip-us.apache.org/repos/asf/incubator-griffin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-griffin/commit/95f5bf96 Tree: http://git-wip-us.apache.org/repos/asf/incubator-griffin/tree/95f5bf96 Diff: http://git-wip-us.apache.org/repos/asf/incubator-griffin/diff/95f5bf96 Branch: refs/heads/master Commit: 95f5bf960f2d044dcc57f6d893b84d52b857194a Parents: 47ae177 Author: jenny <[email protected]> Authored: Tue May 22 10:32:10 2018 +0800 Committer: Lionel Liu <[email protected]> Committed: Tue May 22 10:32:10 2018 +0800 ---------------------------------------------------------------------- .../app/measure/create-measure/create-measure.component.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/95f5bf96/ui/angular/src/app/measure/create-measure/create-measure.component.html ---------------------------------------------------------------------- diff --git a/ui/angular/src/app/measure/create-measure/create-measure.component.html b/ui/angular/src/app/measure/create-measure/create-measure.component.html index c3aa6a9..5cbbd42 100644 --- a/ui/angular/src/app/measure/create-measure/create-measure.component.html +++ b/ui/angular/src/app/measure/create-measure/create-measure.component.html @@ -21,6 +21,7 @@ under the License. <h5 class="over-title margin-bottom-15">Create DQ Model</h5> </div> <div class="row"> + <div class="row"> <div class="col-lg-6 col-md-6 col-sm-6 ruletypes"> <section id="panel-1" class="panel panel-red" style="cursor:pointer" (click)="click('ac')"> <div class="panel-heading"> @@ -89,9 +90,7 @@ under the License. </section> </div> <div class="col-lg-6 col-md-6 col-sm-6 ruletypes"> - <!-- <div class="col-lg-6 col-md-6 col-sm-6"> --> <section id="panel-2" class="panel panel-primary" (click)="click('pr')"> - <!-- <section id="panel-2" class="panel panel-primary"> --> <div class="panel-heading"> <span style="font-size:20px">Data Profiling</span> <span class="pull-right" style="font-size:20px"> @@ -148,6 +147,8 @@ under the License. </div> </section> </div> + </div> + <div class="row"> <div class="col-lg-6 col-md-6 col-sm-6 ruletypes"> <section id="panel-3" class="panel panel-green" (click)="click('pub')"> <div class="panel-heading"> @@ -180,5 +181,5 @@ under the License. </section> </div> </div> - <!--//row--> +</div> </div>
