feat(pushover): add send a pushover notification action (#1373)
This commit is contained in:
@@ -266,7 +266,10 @@ export default defineConfig({
|
||||
text: 'Pushover',
|
||||
collapsible: true,
|
||||
collapsed: true,
|
||||
items: [{ text: 'Connection', link: '/apps/pushover/connection' }],
|
||||
items: [
|
||||
{ text: 'Actions', link: '/apps/pushover/actions' },
|
||||
{ text: 'Connection', link: '/apps/pushover/connection' },
|
||||
],
|
||||
},
|
||||
{
|
||||
text: 'RSS',
|
||||
|
Reference in New Issue
Block a user