mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
added command support to toolbar.
This commit is contained in:
@@ -147,14 +147,25 @@ define([
|
||||
route: 'series/add'
|
||||
},
|
||||
{
|
||||
title : 'RSS Sync',
|
||||
icon : 'icon-rss',
|
||||
command: 'rsssync'
|
||||
title : 'RSS Sync',
|
||||
icon : 'icon-rss',
|
||||
command : 'rsssync',
|
||||
successMessage: 'RSS Sync Completed',
|
||||
errorMessage : 'RSS Sync Failed!'
|
||||
},
|
||||
{
|
||||
title : 'Update Library',
|
||||
icon : 'icon-refresh',
|
||||
command: 'updatelibrary'
|
||||
title : 'Update Library',
|
||||
icon : 'icon-refresh',
|
||||
command : 'updatelibrary',
|
||||
successMessage: 'Library was updated!',
|
||||
errorMessage : 'Library update failed!'
|
||||
},
|
||||
{
|
||||
title : 'Test Action',
|
||||
icon : 'icon-asterisk',
|
||||
command : 'test',
|
||||
successMessage: 'Test Completed',
|
||||
errorMessage : 'Test Failed!'
|
||||
}
|
||||
]
|
||||
};
|
||||
|
Reference in New Issue
Block a user