Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

2.8

Compare
Choose a tag to compare
@kevinpapst kevinpapst released this 06 Jun 23:43
· 52 commits to master since this release

Changelog

  • travis and code style updates (#75)
  • added configurations to limit amount of navbar items (#74) - thanks @lucasaba

Warning: the amount of displayed navbar items might be a BC break, if you currently display more than 10 items in a dropdown (messages, notifications, tasks). In this case, you should adjust your configuration and set the new options:

admin_lte: 
    options: 
        max_navbar_notifications: 10
        max_navbar_tasks: 10
        max_navbar_messages: 10