diff --git a/views/deploys/index.php b/views/deploys/index.php index 8634cb3..01e133b 100644 --- a/views/deploys/index.php +++ b/views/deploys/index.php @@ -155,7 +155,7 @@ if (!this.building) { return; } - App.callmodule('drone:fetchDeploys').then(function(data) { + App.callmodule('drone:fetchDeploys', null, 'manage.view').then(function(data) { if (data && data.result && data.result.deploys) { $this.deploys = data.result.deploys; $this.building = data.result.building;