1
0
mirror of https://github.com/NginxProxyManager/nginx-proxy-manager.git synced 2025-09-05 21:44:00 +03:00
This commit is contained in:
Jamie Curnow
2018-07-18 08:35:49 +10:00
parent c5450eaa1a
commit c629deb56c
34 changed files with 710 additions and 295 deletions

View File

@@ -38,7 +38,7 @@ module.exports = Mn.View.extend({
onRender: function () {
let view = this;
Api.Nginx.ProxyHosts.getAll()
Api.Nginx.ProxyHosts.getAll(['owner', 'access_list'])
.then(response => {
if (!view.isDestroyed()) {
if (response && response.length) {