Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(523)

Unified Diff: scheduler/appengine/ui/index.go

Issue 2986033003: [scheduler]: ACLs phase 1 - per Job ACL specification and enforcement. (Closed)
Patch Set: Review. Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « scheduler/appengine/messages/cron.pb.go ('k') | scheduler/appengine/ui/invocation.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scheduler/appengine/ui/index.go
diff --git a/scheduler/appengine/ui/index.go b/scheduler/appengine/ui/index.go
index b288fc35799236ff092ae558fee12decdee15c34..e4802da52c4559776a84b961326157101cb9dd06 100644
--- a/scheduler/appengine/ui/index.go
+++ b/scheduler/appengine/ui/index.go
@@ -20,7 +20,7 @@ import (
)
func indexPage(c *router.Context) {
- jobs, err := config(c.Context).Engine.GetAllJobs(c.Context)
+ jobs, err := config(c.Context).Engine.GetVisibleJobs(c.Context)
if err != nil {
panic(err)
}
« no previous file with comments | « scheduler/appengine/messages/cron.pb.go ('k') | scheduler/appengine/ui/invocation.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698