* [misc] Change the color of tutorial/
This commit is contained in:
@@ -4,7 +4,7 @@ global $lang;
|
||||
$taskManage = new stdClass();
|
||||
$taskManage->name = 'taskManage';
|
||||
$taskManage->title = $lang->tutorial->taskManage->title;
|
||||
$taskManage->icon = 'check-sign text-special';
|
||||
$taskManage->icon = 'calendar text-primary';
|
||||
$taskManage->type = 'basic';
|
||||
$taskManage->modules = 'project,execution,task';
|
||||
$taskManage->app = 'project';
|
||||
|
||||
Reference in New Issue
Block a user