diff --git a/core/http/views/spa/manage.html b/core/http/views/spa/manage.html index 1415a7144..7ac2918b4 100644 --- a/core/http/views/spa/manage.html +++ b/core/http/views/spa/manage.html @@ -218,7 +218,22 @@

{{.Name}}

-

{{.Version}}

+
+ {{ if .IsSystem }} + + System + + {{ else }} + + User + + {{ end }} + {{ if .IsMeta }} + + Meta + + {{ end }} +