Skip to content

Commit

Permalink
Happy rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
mchf committed Feb 14, 2017
1 parent 9695110 commit 5059ede
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/lib/installation/clients/inst_casp_overview.rb
Expand Up @@ -68,12 +68,12 @@ def run
ret = Yast::CWM.show(
content,
# Title for installation overview dialog
caption: _("Installation Overview"),
caption: _("Installation Overview"),
# Button label: start the installation
next_button: _("Install"),
next_button: _("Install"),
# do not show abort and back button
abort_button: "",
back_button: ""
abort_button: "",
back_button: ""
)

# TODO: check exception type
Expand Down Expand Up @@ -147,7 +147,7 @@ def content
controller_node = Installation::Widgets::ControllerNodePlace.new

kdump_overview = Installation::Widgets::Overview.new(client: "kdump_proposal")
bootloader_overview = Installation::Widgets::Overview.new(client: "bootloader_proposal", on_redraw: [ kdump_overview ])
bootloader_overview = Installation::Widgets::Overview.new(client: "bootloader_proposal", on_redraw: [kdump_overview])

quadrant_layout(
upper_left: VBox(
Expand All @@ -162,7 +162,7 @@ def content
Tune::Widgets::SystemInformation.new
),
upper_right: VBox(
Installation::Widgets::Overview.new(client: "partitions_proposal", on_redraw: [ bootloader_overview ]),
Installation::Widgets::Overview.new(client: "partitions_proposal", on_redraw: [bootloader_overview]),
bootloader_overview
),
lower_right: VBox(
Expand Down

0 comments on commit 5059ede

Please sign in to comment.