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