Skip to content

Commit

Permalink
Add trace name to opening trace dialog box
Browse files Browse the repository at this point in the history
Fixes: #473.

Signed-off-by: Will Yang <william.yang@ericsson.com>
  • Loading branch information
williamsyang-work authored and marco-miller committed Nov 10, 2022
1 parent edc6c7e commit c37b6ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export class TraceViewerWidget extends ReactWidget implements StatefulWidget {

// This will show a progress dialog with "Cancel" option
this.messageService.showProgress({
text: 'Open traces',
text: `Opening "${this.uri.name}"`,
options: {
cancelable: true
}
Expand Down

0 comments on commit c37b6ee

Please sign in to comment.