瀏覽代碼

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);