Added backlite UI to the admin panel.

This commit is contained in:
mikestefanello 2025-05-02 10:18:15 -04:00
parent 52f87580a0
commit 3cfcb43031
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 {