Skip to content

Commit e241af9

Browse files
author
ci bot
committed
Merge branch 'fix-duplication' into 'enterprise'
fix(journey settings): remove duplicated config See merge request dkinternal/observability/dataops-observability!71
2 parents dfb697a + 2da7cc2 commit e241af9

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

observability_ui/apps/shell/src/app/projects/journeys/journey-settings/journey-settings.component.html

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@
1616
<div class="text--secondary mb-1 mt-3">Description</div>
1717
<div data-test="description">{{ journey.description }}</div>
1818

19-
<div class="text--secondary mb-1 mt-3">Component include patterns</div>
20-
<div>{{ journey.component_include_patterns || '—' }}</div>
21-
22-
<div class="text--secondary mb-1 mt-3">Component exclude patterns</div>
23-
<div>{{ journey.component_exclude_patterns || '—' }}</div>
24-
2519
<div class="bottom-chip mt-3">
2620
<created-by [createdBy]="journey.created_by"
2721
[createdOn]="journey.created_on"></created-by>
@@ -41,31 +35,6 @@
4135
rows="2"
4236
matInput></textarea>
4337
</mat-form-field>
44-
<text-field formControlName="component_include_patterns"
45-
label="Component include patterns"
46-
placeholder="Component include patterns">
47-
</text-field>
48-
<text-field formControlName="component_exclude_patterns"
49-
label="Component exclude patterns"
50-
placeholder="Component exclude patterns">
51-
</text-field>
52-
<div class="pattern-preview">
53-
<button mat-stroked-button
54-
type="button"
55-
(click)="previewComponents()"
56-
[disabled]="previewing">
57-
{{ previewing ? 'Previewing...' : 'Preview matching components' }}
58-
</button>
59-
<div *ngIf="previewResults !== null"
60-
class="preview-results">
61-
<span *ngIf="previewResults.length === 0"
62-
class="text--secondary">No components match the current patterns.</span>
63-
<ul *ngIf="previewResults.length > 0"
64-
class="preview-list">
65-
<li *ngFor="let c of previewResults">{{ c.key }}</li>
66-
</ul>
67-
</div>
68-
</div>
6938
</form>
7039

7140
</ng-container>

0 commit comments

Comments
 (0)