Skip to content

Commit

Permalink
Do not touch the summary by now.
Browse files Browse the repository at this point in the history
  • Loading branch information
teclator committed Apr 10, 2019
1 parent dcf0844 commit 747da07
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/modules/Lan.rb
Expand Up @@ -1138,9 +1138,7 @@ def routing_summary
config = find_config(:yast)
return "" unless config && config.routing
presenter = Y2Network::Presenters::RoutingSummary.new(config.routing)
summary = "<ul><li><b>" + _("Routing:") + "</b></li><li>"
summary += presenter.text
summary += "</li></ul>"
presenter.text
end

def firewalld
Expand Down

0 comments on commit 747da07

Please sign in to comment.