Skip to content

Commit

Permalink
fix CWM firewall interfaces init
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Nov 9, 2017
1 parent c5e518a commit 205b607
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/include/network/remote/dialogs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def initialize_network_remote_dialogs(_include_target)
Yast.import "Remote"
Yast.import "Wizard"
Yast.import "CWMFirewallInterfaces"
Yast.import "SuSEFirewall"
Yast.import "Popup"
end

Expand Down Expand Up @@ -86,6 +87,7 @@ def RemoteMainDialog
)
)

SuSEFirewall.Read
firewall_widget = CWMFirewallInterfaces.CreateOpenFirewallWidget(
"services" => ["service:vnc-httpd", "service:vnc-server"], "display_details" => true
)
Expand Down

0 comments on commit 205b607

Please sign in to comment.