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

ui: add label to “follow logs” button #3732

Merged
merged 1 commit into from
Aug 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .changelog/3732.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
ui: Add label to “follow logs” button
```
2 changes: 1 addition & 1 deletion 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}}>
<button class="follow-logs" type="button" title="Follow logs" {{on "click" this.followLogs}}>
<FlightIcon @name="arrow-down" class="icon" />
</button>
{{/unless}}
Expand Down