fix: wrap namespace properly in message flash
parent
b87c6bc0b7
commit
8bd13a02b1
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue