Class: Bootloader::SystemdBootWidget::KernelTab

Inherits:
CWM::Tab
  • Object
show all
Defined in:
src/lib/bootloader/systemdboot_widgets.rb

Overview

represents Tab with kernel related configuration

Instance Method Summary collapse

Instance Method Details

#contentsObject



92
93
94
95
96
97
98
99
100
101
# File 'src/lib/bootloader/systemdboot_widgets.rb', line 92

def contents
  VBox(
    VSpacing(1),
    HBox(
      HSpacing(1),
      HStretch()
    ),
    VStretch()
  )
end

#labelObject



86
87
88
89
90
# File 'src/lib/bootloader/systemdboot_widgets.rb', line 86

def label
  textdomain "bootloader"

  _("&Kernel Parameters")
end