You've already forked nginx-proxy-manager
mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-18 01:40:57 +03:00
More i18n
This commit is contained in:
@ -7,13 +7,14 @@ const model = Backbone.Model.extend({
|
||||
|
||||
defaults: function () {
|
||||
return {
|
||||
created_on: null,
|
||||
modified_on: null,
|
||||
owner: null,
|
||||
domain_name: '',
|
||||
ssl_enabled: false,
|
||||
ssl_provider: false,
|
||||
meta: []
|
||||
id: 0,
|
||||
created_on: null,
|
||||
modified_on: null,
|
||||
owner: null,
|
||||
domain_name: '',
|
||||
ssl_enabled: false,
|
||||
ssl_provider: false,
|
||||
meta: []
|
||||
};
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user