Project

General

Profile

« Previous | Next » 

Revision 3d35120d

Added by Marek Hulán over 7 years ago

Fixes #16782 - reset dhcp record cache after mac change

(cherry picked from commit 969832057c5ea6a1f84eaf5c53f5cdc7ee445af2)

View differences:

app/views/nic/_base_form.html.erb
:size => "col-md-8", :label_size => "col-md-3" %>
<%= text_f f, :mac,
:help_inline => popover('', _("Media access control address for this interface. Format must be six groups of two hexadecimal digits separated by colons (:), e.g. 00:11:22:33:44:55"), :rel => 'popover-modal'),
:help_inline => popover('', _("Media access control address for this interface. Format must be six groups of two hexadecimal digits separated by colons (:), e.g. 00:11:22:33:44:55"),
:rel => 'popover-modal'),
:class => :interface_mac, :'data-url' => random_name_interfaces_path, :size => "col-md-8", :label_size => "col-md-3" %>
<%= text_f f, :identifier,
:label => _("Device identifier"),

Also available in: Unified diff