Simple fix in icon admin users. Change fontawesome 4 icon to fontawesome 6 svg
This commit is contained in:
parent
610c9e1dfd
commit
135fd9713e
2 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ def users_edit():
|
|||
|
||||
config_admin.append([users_text])
|
||||
|
||||
config_admin.append([users_edit, 'paramecio2.modules.admin.admin.ausers', 'admin_app.ausers', 'fa-user'])
|
||||
config_admin.append([users_edit, 'paramecio2.modules.admin.admin.ausers', 'admin_app.ausers', '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640" width="24" style="fill: currentColor;display: inline-block;vertical-align: -.130em;position:relative;left:-6px;top:2px;"><!--!Font Awesome Free v7.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M320 312C386.3 312 440 258.3 440 192C440 125.7 386.3 72 320 72C253.7 72 200 125.7 200 192C200 258.3 253.7 312 320 312zM290.3 368C191.8 368 112 447.8 112 546.3C112 562.7 125.3 576 141.7 576L498.3 576C514.7 576 528 562.7 528 546.3C528 447.8 448.2 368 349.7 368L290.3 368z"/></svg>'])
|
||||
|
||||
#config_admin.append([I18n.lang('admin', 'modules', 'Modules')])
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
|
|||
name = "paramecio2"
|
||||
authors = [{name = "Antonio de la Rosa", email = "antonio.delarosa@salirdelhoyo.com"}]
|
||||
readme = "README.md"
|
||||
version = "2.0.36.1"
|
||||
version = "2.0.36.2"
|
||||
description = "A simple framework using flask and mako"
|
||||
# dynamic = ["version", "description"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue