mirror of
https://github.com/eugeny/tabby
synced 2026-05-29 20:51:16 +00:00
feat: add refresh button for sftp (#11047)
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
|
||||
.breadcrumb-spacer.flex-grow-1.h-100((dblclick)='editPath()')
|
||||
|
||||
button.btn.btn-link.btn-sm.flex-shrink-0.d-flex((click)='navigate(path)')
|
||||
i.fas.fa-sync-alt.me-1
|
||||
div(translate) Refresh
|
||||
|
||||
button.btn.btn-link.btn-sm.flex-shrink-0.d-flex(*ngIf='!showFilter', (click)='showFilter = true')
|
||||
i.fas.fa-filter.me-1
|
||||
div(translate) Filter
|
||||
|
||||
Reference in New Issue
Block a user