404 hosts section and other fixes

This commit is contained in:
Jamie Curnow
2018-07-26 08:23:32 +10:00
parent 81b3366a8b
commit 5107d1529f
41 changed files with 1260 additions and 379 deletions

View File

@ -11,9 +11,9 @@ const model = Backbone.Model.extend({
created_on: null,
modified_on: null,
owner: null,
incoming_port: 3000,
forward_ip: '',
forwarding_port: 3000,
incoming_port: null,
forward_ip: null,
forwarding_port: null,
tcp_forwarding: true,
udp_forwarding: false,
meta: {}