Certificates UI for all hosts, Access Lists placeholder, audit log tweaks
This commit is contained in:
@ -7,9 +7,10 @@ const model = Backbone.Model.extend({
|
||||
|
||||
defaults: function () {
|
||||
return {
|
||||
id: 0,
|
||||
id: undefined,
|
||||
created_on: null,
|
||||
modified_on: null,
|
||||
name: '',
|
||||
// The following are expansions:
|
||||
owner: null
|
||||
};
|
||||
|
@ -7,7 +7,7 @@ const model = Backbone.Model.extend({
|
||||
|
||||
defaults: function () {
|
||||
return {
|
||||
id: 0,
|
||||
id: undefined,
|
||||
created_on: null,
|
||||
modified_on: null,
|
||||
provider: '',
|
||||
|
@ -7,7 +7,7 @@ const model = Backbone.Model.extend({
|
||||
|
||||
defaults: function () {
|
||||
return {
|
||||
id: 0,
|
||||
id: undefined,
|
||||
created_on: null,
|
||||
modified_on: null,
|
||||
domain_names: [],
|
||||
|
@ -7,7 +7,7 @@ const model = Backbone.Model.extend({
|
||||
|
||||
defaults: function () {
|
||||
return {
|
||||
id: 0,
|
||||
id: undefined,
|
||||
created_on: null,
|
||||
modified_on: null,
|
||||
domain_names: [],
|
||||
|
@ -7,7 +7,7 @@ const model = Backbone.Model.extend({
|
||||
|
||||
defaults: function () {
|
||||
return {
|
||||
id: 0,
|
||||
id: undefined,
|
||||
created_on: null,
|
||||
modified_on: null,
|
||||
domain_names: [],
|
||||
|
@ -7,7 +7,7 @@ const model = Backbone.Model.extend({
|
||||
|
||||
defaults: function () {
|
||||
return {
|
||||
id: 0,
|
||||
id: undefined,
|
||||
created_on: null,
|
||||
modified_on: null,
|
||||
incoming_port: null,
|
||||
|
@ -8,7 +8,7 @@ const model = Backbone.Model.extend({
|
||||
|
||||
defaults: function () {
|
||||
return {
|
||||
id: 0,
|
||||
id: undefined,
|
||||
name: '',
|
||||
nickname: '',
|
||||
email: '',
|
||||
|
Reference in New Issue
Block a user