<%=form_for @network_wired_config, as: :wired_config, url: home_wired_config_path(@current_network,@network_wired_config), method: "new".eql?(action_name) ? :post : :put, html: { class: "form-horizontal wired-config-form" , role: "form", "data-vendor_type" => @current_network.vendor_type} do |f|%>

Create Switch Configuration

<%=render :partial=>"wired_configs/form",:locals=>{:f => f}%>
<%=f.button "Create Switch Configuration", :class=>"btn btn-success"%> <%= link_to "Cancel", home_path(@current_network), :class => "btn btn-primary" %>
<%end%>
<%= render :partial => "monitoring/top_bar" %>