mirror of
https://github.com/cpvalente/ontime.git
synced 2026-09-03 05:19:08 +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: [
|
submenu: [
|
||||||
{
|
{
|
||||||
label: 'OSC settings',
|
label: 'Automation settings',
|
||||||
click: () => redirectWindow('/editor?settings=integrations__osc'),
|
click: () => redirectWindow('/editor?settings=automation__settings'),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'HTTP settings',
|
label: 'Manage automations',
|
||||||
click: () => redirectWindow('/editor?settings=integrations__http'),
|
click: () => redirectWindow('/editor?settings=automation__automations'),
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'Manage triggers',
|
||||||
|
click: () => redirectWindow('/editor?settings=automation__triggers'),
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Network',
|
label: 'Network',
|
||||||
submenu: [
|
submenu: [
|
||||||
|
{
|
||||||
|
label: 'Share link',
|
||||||
|
click: () => redirectWindow('/editor?settings=network__link'),
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: 'Event log',
|
label: 'Event log',
|
||||||
click: () => redirectWindow('/editor?settings=network__log'),
|
click: () => redirectWindow('/editor?settings=network__log'),
|
||||||
|
|||||||
Reference in New Issue
Block a user