1
0
mirror of https://github.com/NginxProxyManager/nginx-proxy-manager.git synced 2025-07-26 20:41:03 +03:00

add basic functionality to front end

This commit is contained in:
Kyle Klaus
2020-04-10 17:33:14 -07:00
parent f990d3f674
commit 46a9f5cb96
7 changed files with 111 additions and 33 deletions

View File

@ -10,6 +10,7 @@ const model = Backbone.Model.extend({
modified_on: null,
name: '',
items: [],
clients: [],
// The following are expansions:
owner: null
};