Class: Bootloader::Grub2Widget::KernelTab
- Inherits:
-
CWM::Tab
- Object
- CWM::Tab
- Bootloader::Grub2Widget::KernelTab
- Defined in:
- src/lib/bootloader/grub2_widgets.rb
Overview
represents Tab with kernel related configuration
Instance Method Summary collapse
Instance Method Details
#contents ⇒ Object
979 980 981 982 983 984 985 986 987 988 |
# File 'src/lib/bootloader/grub2_widgets.rb', line 979 def contents = Yast::Arch.s390 ? CWM::Empty.new("console") : ConsoleWidget.new VBox( VSpacing(1), MarginBox(1, 0.5, KernelAppendWidget.new), MarginBox(1, 0.5, Left(CpuMitigationsWidget.new)), MarginBox(1, 0.5, ), VStretch() ) end |
#label ⇒ Object
973 974 975 976 977 |
# File 'src/lib/bootloader/grub2_widgets.rb', line 973 def label textdomain "bootloader" _("&Kernel Parameters") end |