Server configuration - entry changes are live immediately, RBAC changes are staged on their own page
RBAC
{{ if .Data.RBAC.enabled }} enabled {{ else }} disabled {{ end }} {{ if .Data.RBAC.has_staged }} pending {{ end }} ManageRole based access control - {{ .Data.RBAC.groups }} groups, {{ .Data.RBAC.roles }} roles, {{ .Data.RBAC.grants }} grants. Changes are staged and go live on publish
{{ .title }}
{{ if .has_entries }} {{ .entry_count }} entries {{ end }} {{ if .dynamic_count }} {{ .dynamic_count }} dynamic {{ end }} Manage{{ .desc }} - changes take effect immediately
History
{{ len .Data.History }} config versions - restoring creates a new version| Version | By | When | Actions |
|---|---|---|---|
| {{ trunc 16 $h.version_id }}… {{ if eq $h.version_id $.Data.VersionId }} live {{ end }} | {{ if $h.user_id }} {{ $h.user_id }} {{ else }} - {{ end }} | {{ template "time_ago" $h.update_time }} | view {{ if ne $h.version_id $.Data.VersionId }} {{ end }} |
No configuration changes recorded yet
{{ end }}