We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49f350f commit 078114eCopy full SHA for 078114e
frontend/js/app/nginx/proxy/main.js
@@ -73,7 +73,7 @@ module.exports = Mn.View.extend({
73
e.preventDefault();
74
let query = this.ui.query.val();
75
76
- this.fetch(['owner', 'certificate'], query)
+ this.fetch(['owner', 'access_list', 'certificate'], query)
77
.then(response => this.showData(response))
78
.catch(err => {
79
this.showError(err);
0 commit comments