mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-08 02:13:34 +00:00
Notify policy updates to open-appsec container.
UI labels in log.
This commit is contained in:
@@ -15,7 +15,6 @@ let TableBody = Mn.CollectionView.extend({
|
||||
},
|
||||
|
||||
updatePage: function () {
|
||||
console.log('updatePage');
|
||||
let models = this.collection.models.slice((this.page - 1) * this.perPage, this.page * this.perPage);
|
||||
this.collection.reset(models);
|
||||
}
|
||||
|
Reference in New Issue
Block a user