Skip to content

Commit

Permalink
Merge 103e53c into bc488d2
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Sep 20, 2019
2 parents bc488d2 + 103e53c commit bdf7140
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/y2network/widgets/delete_interface.rb
Expand Up @@ -40,6 +40,8 @@ def label
def handle
config = Yast::Lan.yast_config
connection_config = config.connections.by_name(@table.value)
return nil unless connection_config # unconfigured physical device. Delete do nothing

if connection_config.startmode.name == "nfsroot"
if !Yast::Popup.YesNoHeadline(
Label.WarningMsg,
Expand Down

0 comments on commit bdf7140

Please sign in to comment.