Skip to content

Commit 74a67e4

Browse files
committed
added back navigation for trace
1 parent a597b88 commit 74a67e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/trace/custom-trace-writer/custom-tracewriter-example.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<GridLayout class="border-gridLayout">
1+
<GridLayout sdkExampleTitle sdkToggleNavButton class="border-gridLayout">
22
<ListView [items]="customwriter.array" class="list-group">
33
<template let-item="item" let-odd="odd" let-even="even">
44
<GridLayout rows="auto auto auto auto" columns="auto *" class="list-group-item">

app/trace/trace-specific-categories/trace-specific-categories-example.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<StackLayout>
1+
<StackLayout sdkExampleTitle sdkToggleNavButton>
22
<Label class="h3 m-15 text-center" text="Tracing specific categories of events example." textWrap="true"></Label>
33
<Button class="btn btn-primary btn-rounded-sm btn-active" text="Enable tracing" (tap)="enableTracing()"></Button>
44
<Button class="btn btn-primary btn-rounded-sm btn-active" text="Disable tracing" (tap)="disableTracing()"></Button>

0 commit comments

Comments
 (0)