Added backlite UI to the admin panel.

This commit is contained in:
mikestefanello 2025-05-02 10:18:15 -04:00
parent 0d6e26ab39
commit 4c4a503cdc
8 changed files with 99 additions and 13 deletions

View file

@ -26,6 +26,7 @@ const (
CacheSubmit = "cache.submit"
Files = "files"
FilesSubmit = "files.submit"
AdminTasks = "admin:tasks"
)
func AdminEntityList(entityTypeName string) string {