{{template "base" .}} {{define "title"}}Dashboard - upaas{{end}} {{define "content"}} {{template "nav" .}}
{{template "alert-success" .}} {{template "alert-error" .}}

Applications

New App
{{if .Apps}}
{{range .Apps}} {{end}}
Name Repository Branch Status Actions
{{.Name}} {{.RepoURL}} {{.Branch}} {{if eq .Status "running"}} Running {{else if eq .Status "building"}} Building {{else if eq .Status "error"}} Error {{else if eq .Status "stopped"}} Stopped {{else}} {{.Status}} {{end}}
View Edit
{{else}}

No applications yet

Get started by creating your first application.

{{end}}
{{end}}