added refresh message
parent
b108dc8587
commit
591839a42f
|
|
@ -14,7 +14,7 @@ const (
|
|||
flashWarn
|
||||
flashErr
|
||||
flashFatal
|
||||
flashDelay = 3
|
||||
flashDelay = 2
|
||||
|
||||
emoDoh = "😗"
|
||||
emoRed = "😡"
|
||||
|
|
|
|||
|
|
@ -119,7 +119,7 @@ func (v *resourceView) hints() hints {
|
|||
// Actions...
|
||||
|
||||
func (v *resourceView) refreshCmd(*tcell.EventKey) *tcell.EventKey {
|
||||
log.Debug().Msg("Refreshing resource...")
|
||||
v.app.flash(flashInfo, "Refreshing...")
|
||||
v.refresh()
|
||||
return nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue