diff --git a/README.md b/README.md index 58772b9..c2ccfd0 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A prime dashboard based on bootstrap 5 import templates.prime.main as template_dashboard params["mako"] = { - "website" : template_dashboard.main(directory.page["dashboard"], "users") + "website" : template_dashboard.main("pages/dashboard", "users") } ``` @@ -88,30 +88,35 @@ A prime dashboard based on bootstrap 5 ```python menu_sidebar = [ { + "icon":"fa-solid fa-gauge", "name":"Dashboard", "target":"_self", "href":"#", "roles":[1,2] }, { + "icon":"fa-solid fa-users", "name":"Users", "target":"_self", "href":"#", "roles":[1,2] }, { + "icon":"fa-solid fa-book", "name":"Items", "target":"_self", "href":"#", "roles":[1,2] }, { + "icon":"fa-solid fa-book", "name":"Analytic", "target":"_self", "href":"#", "roles":[1,2] }, { + "icon":"fa-solid fa-book", "name":"Reports", "target":"_self", "href":"#", diff --git a/costapy-templates/prime/html/footer.html b/costapy-templates/prime/html/footer.html index b485faa..fee4199 100644 --- a/costapy-templates/prime/html/footer.html +++ b/costapy-templates/prime/html/footer.html @@ -1,3 +1,3 @@ -