We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79be438 commit 403090fCopy full SHA for 403090f
src/app/app.component.html
@@ -81,14 +81,14 @@
81
<button mat-icon-button (click)="clearHistory()"
82
*ngIf="currentInstance"
83
[disabled]="!currentInstance"
84
- matTooltip="{{currentInstance?'Clear All History':''}}">
+ matTooltip="{{currentInstance?'Clear History':''}}">
85
<i class="material-icons">clear_all</i>
86
</button>
87
88
<button mat-icon-button (click)="toggleCli()"
89
90
91
- matTooltip="{{currentInstance?'Toggle Cli panel':''}}">
+ matTooltip="{{currentInstance?'Toggle':''}}">
92
<i class="material-icons">{{(cli$ | async)?.expanded ? 'keyboard_arrow_down':'keyboard_arrow_up'}}</i>
93
94
0 commit comments