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

Applications

New App
{{if .AppStats}}
{{range .AppStats}} {{end}}
Name Repository Branch Status Last Deploy Deploys Actions
{{.App.Name}} {{.App.RepoURL}} {{.App.Branch}} {{if eq .App.Status "running"}} Running {{else if eq .App.Status "building"}} Building {{else if eq .App.Status "error"}} Error {{else if eq .App.Status "stopped"}} Stopped {{else}} {{.App.Status}} {{end}} {{if .LastDeployTime}} {{else}} - {{end}} {{.DeployCount}}
View Edit
{{else}}

No applications yet

Get started by creating your first application.

{{end}}
{{end}}