mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-21 23:36:15 -04:00
feat: crontab generator
Signed-off-by: Corentin Thomasset <corentin.thomasset74@gmail.com>
This commit is contained in:
parent
baee5e6656
commit
55dffa5635
6 changed files with 245 additions and 2 deletions
|
@ -138,6 +138,13 @@ const toolsComponents = [
|
|||
{
|
||||
title: 'Miscellaneous',
|
||||
child: [
|
||||
{
|
||||
text: 'Crontab generator',
|
||||
path: '/crontab-generator',
|
||||
icon: 'fa-clock',
|
||||
component: () => import('./routes/tools/CrontabGenerator'),
|
||||
keywords: ['Cron', 'Schedule']
|
||||
},
|
||||
{
|
||||
text: 'QR Code generator',
|
||||
path: '/qrcode-generator',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue