Skip to content

Commit 078114e

Browse files
Fix search query for proxy
1 parent 49f350f commit 078114e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/js/app/nginx/proxy/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ module.exports = Mn.View.extend({
7373
e.preventDefault();
7474
let query = this.ui.query.val();
7575

76-
this.fetch(['owner', 'certificate'], query)
76+
this.fetch(['owner', 'access_list', 'certificate'], query)
7777
.then(response => this.showData(response))
7878
.catch(err => {
7979
this.showError(err);

0 commit comments

Comments
 (0)