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 := ""
|
title := ""
|
||||||
switch m.focused {
|
switch m.focused {
|
||||||
case GPUS:
|
case GPUS:
|
||||||
title = fmt.Sprintf(
|
title = " Select a GPU to check the IOMMU groups of"
|
||||||
" Select a GPU to check the IOMMU groups of",
|
|
||||||
)
|
|
||||||
|
|
||||||
case GPU_GROUP:
|
case GPU_GROUP:
|
||||||
title = fmt.Sprint(
|
title = fmt.Sprint(
|
||||||
|
@ -197,9 +195,7 @@ func (m model) View() string {
|
||||||
)
|
)
|
||||||
|
|
||||||
case USB:
|
case USB:
|
||||||
title = fmt.Sprint(
|
title = " [OPTIONAL]: Select a USB Controller to check the IOMMU groups of"
|
||||||
" [OPTIONAL]: Select a USB Controller to check the IOMMU groups of",
|
|
||||||
)
|
|
||||||
|
|
||||||
case USB_GROUP:
|
case USB_GROUP:
|
||||||
title = fmt.Sprint(
|
title = fmt.Sprint(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue