Created | By |
---|---|
{{ .Created }} | {{ index $.Usernames .AccountId.String }} |
{{ define "main" }}
The state at path
{{ .State.Path }}
has
{{ len .Versions }}
versions and is currently
{{ if eq .State.Lock nil }}
unlocked.
{{ else }}
locked.
Created: {{ .State.Lock.Created }}
Id: {{ .State.Lock.Id }}
Info: {{ .State.Lock.Info }}
Operation: {{ .State.Lock.Operation }}
Path: {{ .State.Lock.Path }}
Version: {{ .State.Lock.Version }}
Who: {{ .State.Lock.Who }}
{{ end }}
Use this page to manage the state or inspect the current and past state versions.
Created | By |
---|---|
{{ .Created }} | {{ index $.Usernames .AccountId.String }} |