cleanup the titles
This commit is contained in:
parent
632a2cb0de
commit
571b3e98ee
1 changed files with 2 additions and 6 deletions
|
@ -186,9 +186,7 @@ func (m model) View() string {
|
|||
title := ""
|
||||
switch m.focused {
|
||||
case GPUS:
|
||||
title = fmt.Sprintf(
|
||||
" Select a GPU to check the IOMMU groups of",
|
||||
)
|
||||
title = " Select a GPU to check the IOMMU groups of"
|
||||
|
||||
case GPU_GROUP:
|
||||
title = fmt.Sprint(
|
||||
|
@ -197,9 +195,7 @@ func (m model) View() string {
|
|||
)
|
||||
|
||||
case USB:
|
||||
title = fmt.Sprint(
|
||||
" [OPTIONAL]: Select a USB Controller to check the IOMMU groups of",
|
||||
)
|
||||
title = " [OPTIONAL]: Select a USB Controller to check the IOMMU groups of"
|
||||
|
||||
case USB_GROUP:
|
||||
title = fmt.Sprint(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue