Delta Between Two Patch Sets: misc/dashboard/app/app.yaml
Issue 5461047 :
code review 5461047: misc/dashboard: user interface (Closed)
Left Patch Set: diff -r fafcd328da73 https://go.googlecode.com/hg
Right Patch Set: diff -r f49ead115cf9 https://go.googlecode.com/hg
Use n/p to move between diff chunks;
N/P to move between comments.
Please Sign in to add in-line comments.
Jump to:
misc/dashboard/app/app.yaml
misc/dashboard/app/build/build.go
misc/dashboard/app/build/test.go
misc/dashboard/app/build/ui.go
misc/dashboard/app/build/ui.html
misc/dashboard/app/static/status_alert.gif
misc/dashboard/app/static/status_good.gif
LEFT RIGHT
1 application: godashboard 1 application: godashboard
2 version: go 2 version: go
3 runtime: go 3 runtime: go
4 api_version: 3 4 api_version: 3
5 5
6 handlers: 6 handlers:
7 - url: /static
8 static_dir: static
7 - url: /log/.+ 9 - url: /log/.+
8 script: _go_app 10 script: _go_app
9 - url: /(|commit|packages|result|tag|todo) 11 - url: /(|commit|packages|result|tag|todo)
10 script: _go_app 12 script: _go_app
11 - url: /(init|buildtest) 13 - url: /(init|buildtest)
12 script: _go_app 14 script: _go_app
13 login: admin 15 login: admin
LEFT RIGHT