mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-04 15:32:35 +00:00
#591 - tags
This commit is contained in:
@ -576,7 +576,26 @@
|
||||
90,
|
||||
],
|
||||
|
||||
'tag_colors' => [
|
||||
'taggable_types' => [
|
||||
\App\Models\Server::class,
|
||||
\App\Models\Site::class,
|
||||
],
|
||||
|
||||
'user_roles' => [
|
||||
\App\Enums\UserRole::USER,
|
||||
\App\Enums\UserRole::ADMIN,
|
||||
],
|
||||
|
||||
'cronjob_intervals' => [
|
||||
'* * * * *' => 'Every Minute',
|
||||
'0 * * * *' => 'Hourly',
|
||||
'0 0 * * *' => 'Daily',
|
||||
'0 0 * * 0' => 'Weekly',
|
||||
'0 0 1 * *' => 'Monthly',
|
||||
'custom' => 'Custom',
|
||||
],
|
||||
|
||||
'colors' => [
|
||||
'slate',
|
||||
'gray',
|
||||
'red',
|
||||
@ -597,22 +616,4 @@
|
||||
'pink',
|
||||
'rose',
|
||||
],
|
||||
'taggable_types' => [
|
||||
\App\Models\Server::class,
|
||||
\App\Models\Site::class,
|
||||
],
|
||||
|
||||
'user_roles' => [
|
||||
\App\Enums\UserRole::USER,
|
||||
\App\Enums\UserRole::ADMIN,
|
||||
],
|
||||
|
||||
'cronjob_intervals' => [
|
||||
'* * * * *' => 'Every Minute',
|
||||
'0 * * * *' => 'Hourly',
|
||||
'0 0 * * *' => 'Daily',
|
||||
'0 0 * * 0' => 'Weekly',
|
||||
'0 0 1 * *' => 'Monthly',
|
||||
'custom' => 'Custom',
|
||||
],
|
||||
];
|
||||
|
Reference in New Issue
Block a user