[TikiWiki-commits] [Git][tikiwiki/tiki][master] [ENH][UI] Add key icon before Webauthn

"luci \(@luciash\) via TikiWiki-cvs" <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <68932ef9634d2_2c504b028702e0@gitlab-sidekiq-low-urgency-cpu-bound-v2-78cc7c49f-2sc76.mail>

luci pushed to branch master at Tiki Wiki CMS Groupware / Tiki


Commits:
7d11e8da by Marcellin Wabo at 2025-08-06T10:23:25+00:00
[ENH][UI] Add key icon before Webauthn
---
* Update tiki.sql with Webauthn icon in menu

* [ENH][UI] Add key icon before Webauthn

For a consisntent UI, this MR adds key icon before "Webauthn" in System Menu

See merge request tikiwiki/tiki!7971

- - - - -


2 changed files:

- db/tiki.sql
- + installer/schema/20250708_set_webauthn_default_icon_to_key_tiki.sql


Changes:

=====================================
db/tiki.sql
=====================================
@@ -3516,6 +3516,7 @@ UPDATE tiki_menu_options SET icon = 'bug' WHERE name = '(debug)';
 UPDATE tiki_menu_options SET icon = 'kaltura' WHERE name = 'Kaltura Video';
 UPDATE tiki_menu_options SET icon = 'calendar' WHERE name = 'Tiki Calendar';
 UPDATE tiki_menu_options SET icon = 'wizard' WHERE name = 'User Wizard';
+UPDATE tiki_menu_options SET icon = 'key' WHERE name = 'Webauthn';
 UPDATE tiki_menus SET use_items_icons='y' WHERE `menuId`=42;
 
 DROP TABLE IF EXISTS `tiki_plugin_security`;


=====================================
installer/schema/20250708_set_webauthn_default_icon_to_key_tiki.sql
=====================================
@@ -0,0 +1 @@
+UPDATE tiki_menu_options SET icon = 'key' WHERE name = 'Webauthn';



View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/7d11e8dae1e91535f1766d6340686d525fda150a

-- 
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/7d11e8dae1e91535f1766d6340686d525fda150a
You're receiving this email because of your account on gitlab.com.

_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.