HEX
Server: Apache
System: Windows NT MAGNETO-ARM 10.0 build 22000 (Windows 10) AMD64
User: Michel (0)
PHP: 7.4.7
Disabled: NONE
Upload Files
File: C:/Redmine-4.x/redmine-4.2.9/plugins/dashboard/init.rb
Redmine::Plugin.register :dashboard do
  name 'Dashboard'
  author "Akpaev E.A."
  description "Plugin adds an issues dashboard to the application "
  version '1.0.11'
  url 'https://github.com/akpaevj/Dashboard'
  author_url 'https://github.com/akpaevj'
  menu :top_menu, :dashboard, { controller: 'dashboard', action: 'index' }, caption: :top_menu_item_title, first: true
  settings :default => {:empty => true}, :partial => 'settings/dashboard_settings'
end