소스 검색

Fix search query for proxy

Ivan Kristianto 3 년 전
부모
커밋
078114ee67
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      frontend/js/app/nginx/proxy/main.js

+ 1 - 1
frontend/js/app/nginx/proxy/main.js

@@ -73,7 +73,7 @@ module.exports = Mn.View.extend({
             e.preventDefault();
             let query = this.ui.query.val();
 
-            this.fetch(['owner', 'certificate'], query)
+            this.fetch(['owner', 'access_list', 'certificate'], query)
                 .then(response => this.showData(response))
                 .catch(err => {
                     this.showError(err);