Skip to content

Commit

Permalink
Mark already templated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dwt committed Jul 10, 2018
1 parent 03e5132 commit f867fdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/zmi/styles/resources/zmi_base.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@ function addItem( elm, base_url ) {
// [1] ICON FIX: As long as not set systematically in the class definitions
function fix_zmi_icons() {
var zmi_icons = {
"User Folder":{ "title":"Access Control List", "class":"fa fa-user-friends" },
"User Folder":{ "title":"Access Control List", "class":"fa fa-user-friends" }, // templated
"UserFolder":{ "title":"Access Control List", "class":"fa fa-user-friends" },
"Pluggable Auth Service":{ "title":"Pluggable Auth Service", "class":"fa fa-users-cog" },
"User":{ "title":"User", "class":"fa fa-user" },
"Temporary Folder":{ "title":"Temporary Folder", "class":"far fa-hdd" },
"Filesystem Directory View":{ "title":"Filesystem Directory View", "class":"far fa-folder-open" },
"Ordered":{ "title":"Folder (Ordered)", "class":"far fa-folder zmi-icon-folder-ordered" },
"Ordered":{ "title":"Folder (Ordered)", "class":"far fa-folder zmi-icon-folder-ordered" }, // templated
"Folder":{ "title":"Folder", "class":"far fa-folder" },
"Script":{ "title":"Script (Python)", "class":"fa fa-terminal" },
"External Method":{ "title":"External Python Method", "class":"fa fa-external-link-square-alt" },
Expand Down

0 comments on commit f867fdc

Please sign in to comment.