refine the UI labeling

This commit is contained in:
Kyle Klaus
2020-04-10 20:22:01 -07:00
parent fd932c7678
commit 8d432bd60a
6 changed files with 13 additions and 8 deletions

View File

@ -222,7 +222,7 @@ module.exports = Mn.View.extend({
}
},
load: function (query, callback) {
App.Api.Nginx.AccessLists.getAll(['items'])
App.Api.Nginx.AccessLists.getAll(['items', 'clients'])
.then(rows => {
callback(rows);
})