{{ template "_base.html" . }}
{{ define "title" }}Distillery Control Page - {{ .Info.Slug }}{{ end }}
{{ define "header"}}
Control >
Instance
Ingredients
{{ end }}
{{ define "content" }}
Info & Status
|
Overview
|
|
Slug
|
{{ .Info.Slug }}
|
|
URL
|
{{ .Info.URL }}
|
|
Running
|
{{ .Info.Running }}
|
|
Locked
|
{{ .Info.Locked }}
|
|
Component Settings
|
|
Directory
|
{{ .Instance.FilesystemBase }}
|
|
SQL DB
|
{{ .Instance.SqlDatabase }}
|
|
SQL User
|
{{ .Instance.SqlUsername }}
|
|
TS Repo
|
{{ .Instance.GraphDBRepository }}
|
|
TS User
|
{{ .Instance.GraphDBUsername }}
|
|
Build Status
|
|
Created
|
{{ .Instance.Created.Format "2006-01-02T15:04:05Z07:00" }}
|
Last Rebuild
|
{{ .Info.LastRebuild.Format "2006-01-02T15:04:05Z07:00" }}
|
Last Cron
|
{{ .Info.LastRebuild.Format "2006-01-02T15:04:05Z07:00" }}
|
Last Update
|
{{ .Info.LastUpdate.Format "2006-01-02T15:04:05Z07:00" }}
(Automatic: {{ .Instance.AutoBlindUpdateEnabled }})
|
WissKI Data
|
Pathbuilders
|
{{ range $name, $xml := .Info.Pathbuilders }}
{{ $name }}
|
{{ $xml }}
|
{{ end }}
|
URI Prefixes
{{ if .Info.NoPrefixes }}
(excluded from resolver)
{{ end }}
|
{{ range $index, $prefix := .Info.Prefixes }}
{{ $prefix }}
|
{{ end }}
Snapshots
| Path |
Created |
Packed |
{{ range .Info.Snapshots }}
{{ .Path }}
|
{{ .Created.Format "2006-01-02T15:04:05Z07:00" }}
|
{{ .Packed }}
|
{{ end}}
{{ end }}