Skip to content

catalog-ui-3.0.0

Compare
Choose a tag to compare
@Bdthomson Bdthomson released this 03 Feb 20:30
· 814 commits to master since this release

Release Notes

Configuration Changes

org.codice.ddf.catalog.ui.config has a new key, iconConfig.

If you overwrite this file downstream, here are the default values you might need.

iconConfig=[ \
  "default\=fa\ fa-file,f15b,FontAwesome,12px", \
  "interactive\=fa\ fa-gamepad,f11b,FontAwesome,12px", \
  "dataset\=fa\ fa-database,f1c0,FontAwesome,12px", \
  "video\=fa\ fa-video-camera,f03d,FontAwesome,12px", \
  "collection\=fa\ fa-folder-open,f1c0,FontAwesome,12px", \
  "event\=fa\ fa-bolt,f0e7,FontAwesome,12px", \
  "service\=fa\ fa-globe,f0ac,FontAwesome,12px", \
  "software\=fa\ fa-terminal,f120,FontAwesome,12px", \
  "sound\=fa\ fa-music,f001,FontAwesome,12px", \
  "text\=fa\ fa-file-text,f15c,FontAwesome,12px", \
  "document\=fa\ fa-file,f15b,FontAwesome,12px", \
  "image\=fa\ fa-camera,f030,FontAwesome,12px", \
  "track\=fa\ fa-thumb-tack,f08d,FontAwesome,12px", \
]