Class: Bootloader::SystemdBootWidget::BootloaderTab
- Inherits:
-
CWM::Tab
- Object
- CWM::Tab
- Bootloader::SystemdBootWidget::BootloaderTab
- Defined in:
- src/lib/bootloader/systemdboot_widgets.rb
Overview
Represents bootloader specific options like its timeout, default section or password protection
Instance Method Summary collapse
Instance Method Details
#contents ⇒ Object
181 182 183 184 185 186 187 188 189 190 191 |
# File 'src/lib/bootloader/systemdboot_widgets.rb', line 181 def contents VBox( VSpacing(2), HBox( HSpacing(1), TimeoutWidget.new, HSpacing(1) ), VStretch() ) end |
#label ⇒ Object
175 176 177 178 179 |
# File 'src/lib/bootloader/systemdboot_widgets.rb', line 175 def label textdomain "bootloader" _("Boot&loader Options") end |