Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
ui: add label to “follow logs” button
Browse files Browse the repository at this point in the history
Closes #3178
  • Loading branch information
jgwhite committed Aug 24, 2022
1 parent 091e357 commit 090d3ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/app/components/render-terminal/index.hbs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="xterm-wrapper">
{{#unless this.isFollowingLogs}}
<button class="follow-logs" type="button" {{on "click" this.followLogs}}>
{{#unless false}}
<button class="follow-logs" type="button" title="Follow logs" {{on "click" this.followLogs}}>
<FlightIcon @name="arrow-down" class="icon" />
</button>
{{/unless}}
Expand Down

0 comments on commit 090d3ae

Please sign in to comment.