Add labels

This commit is contained in:
HaveAGitGat 2023-11-27 07:26:15 +00:00
parent 8c8ef277df
commit ae0ff14bf0
39 changed files with 79 additions and 1 deletions

View file

@ -18,6 +18,7 @@ const details = (): IpluginDetails => ({
icon: 'faBell',
inputs: [
{
label: 'Arr',
name: 'arr',
type: 'string',
defaultValue: 'radarr',
@ -28,6 +29,7 @@ const details = (): IpluginDetails => ({
tooltip: 'Specify which arr to use',
},
{
label: 'Arr API Key',
name: 'arr_api_key',
type: 'string',
defaultValue: '',
@ -37,6 +39,7 @@ const details = (): IpluginDetails => ({
tooltip: 'Input your arr api key here',
},
{
label: 'Arr Host',
name: 'arr_host',
type: 'string',
defaultValue: 'http://192.168.1.1:7878',