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

@ -10,11 +10,13 @@ const model = Backbone.Model.extend({
id: 0,
created_on: null,
modified_on: null,
owner: null,
domain_name: '',
domain_names: [],
ssl_enabled: false,
ssl_provider: false,
meta: []
ssl_forced: false,
meta: {},
// The following are expansions:
owner: null
};
}
});