mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-10 18:03:47 +00:00
fix: update navigation references
This commit is contained in:
committed by
Carlos Valente
parent
0ede753652
commit
e01ab0c88b
@@ -250,21 +250,29 @@ function makeSettingsMenu(redirectWindow) {
|
||||
],
|
||||
},
|
||||
{
|
||||
label: 'Integrations',
|
||||
label: 'Automation',
|
||||
submenu: [
|
||||
{
|
||||
label: 'OSC settings',
|
||||
click: () => redirectWindow('/editor?settings=integrations__osc'),
|
||||
label: 'Automation settings',
|
||||
click: () => redirectWindow('/editor?settings=automation__settings'),
|
||||
},
|
||||
{
|
||||
label: 'HTTP settings',
|
||||
click: () => redirectWindow('/editor?settings=integrations__http'),
|
||||
label: 'Manage automations',
|
||||
click: () => redirectWindow('/editor?settings=automation__automations'),
|
||||
},
|
||||
{
|
||||
label: 'Manage triggers',
|
||||
click: () => redirectWindow('/editor?settings=automation__triggers'),
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
label: 'Network',
|
||||
submenu: [
|
||||
{
|
||||
label: 'Share link',
|
||||
click: () => redirectWindow('/editor?settings=network__link'),
|
||||
},
|
||||
{
|
||||
label: 'Event log',
|
||||
click: () => redirectWindow('/editor?settings=network__log'),
|
||||
|
||||
Reference in New Issue
Block a user