Frontend user list and modal dialog fixes

This commit is contained in:
Jamie Curnow
2018-06-20 16:51:18 +10:00
parent 8942b99372
commit bfc319cff9
20 changed files with 549 additions and 44 deletions

View File

@ -12,13 +12,17 @@ const UI = require('./ui/main');
const App = Mn.Application.extend({
region: '#app',
Cache: Cache,
Api: Api,
UI: null,
Controller: Controller,
version: null,
region: {
el: '#app',
replaceElement: true
},
onStart: function (app, options) {
console.log('Welcome to Nginx Proxy Manager');