4344454647484950
private InterfaceEditor editor; public HostInterfacesView() { this.editor = new InterfaceEditor("Host Interfaces"); editor.setDescription("Specific rules to bind interfaces on a host. A server configuration will reference an interface by name."); }
3839404142434445
private InterfaceEditor editor; public HostInterfacesView() { this.editor = new InterfaceEditor("Host Interfaces"); editor.setDescription(Console.CONSTANTS.host_interfaces_desc()); }
4243444546474849