Skip to content

Commit

Permalink
removed debug stuff, enhanced diff
Browse files Browse the repository at this point in the history
  • Loading branch information
Harald Fielker committed Feb 6, 2018
1 parent 60fe6d4 commit 179b38b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
5 changes: 2 additions & 3 deletions src/app/views/dashboard/dashboard.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@
</div>
<!--/.row-->
</div>

<!--
<pre>
{{service?.ws | json }}
</pre>


-->
14 changes: 6 additions & 8 deletions src/app/views/dashboard/tabs/diff/diff.component.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
<div class="card">
<div class="card-header">
<strong>Diff</strong>
</div>
<div class="card-body">
<div class="row" *ngIf="sqlText && sqlPreviewText">
<inline-diff [oldText]="sqlText" [newText]="sqlPreviewText" [lineContextSize]="4"></inline-diff>
</div>
</div>
<div class="card-header">
<strong>Diff</strong>
</div>
<div class="card-body">
<inline-diff [oldText]="sqlText" [newText]="sqlPreviewText" [lineContextSize]="4"></inline-diff>
</div>
</div>

0 comments on commit 179b38b

Please sign in to comment.