Skip to content

Commit 179b38b

Browse files
author
Harald Fielker
committed
removed debug stuff, enhanced diff
1 parent 60fe6d4 commit 179b38b

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

src/app/views/dashboard/dashboard.component.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,8 @@
4747
</div>
4848
<!--/.row-->
4949
</div>
50-
50+
<!--
5151
<pre>
5252
{{service?.ws | json }}
5353
</pre>
54-
55-
54+
-->
Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
<div class="card">
2-
<div class="card-header">
3-
<strong>Diff</strong>
4-
</div>
5-
<div class="card-body">
6-
<div class="row" *ngIf="sqlText && sqlPreviewText">
7-
<inline-diff [oldText]="sqlText" [newText]="sqlPreviewText" [lineContextSize]="4"></inline-diff>
8-
</div>
9-
</div>
2+
<div class="card-header">
3+
<strong>Diff</strong>
4+
</div>
5+
<div class="card-body">
6+
<inline-diff [oldText]="sqlText" [newText]="sqlPreviewText" [lineContextSize]="4"></inline-diff>
7+
</div>
108
</div>

0 commit comments

Comments
 (0)