Merge pull request #317 from mcristina422/nsFlash

fix: wrap namespace properly in message flash
mine
Fernand Galiana 2019-09-26 17:00:56 -06:00 committed by GitHub
commit ec219fce95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ func (v *resourceView) switchNamespaceCmd(evt *tcell.EventKey) *tcell.EventKey {
}
v.setNamespace(ns)
v.app.Flash().Infof("Viewing `%s namespace...", ns)
v.app.Flash().Infof("Viewing `%s` namespace...", ns)
v.refresh()
v.masterPage().UpdateTitle()
v.masterPage().SelectRow(1, true)