mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-10 07:50:29 -07:00
Add labels
This commit is contained in:
parent
8c8ef277df
commit
ae0ff14bf0
39 changed files with 79 additions and 1 deletions
|
|
@ -19,6 +19,7 @@ const details = (): IpluginDetails => ({
|
|||
icon: 'faQuestion',
|
||||
inputs: [
|
||||
{
|
||||
label: 'Unit',
|
||||
name: 'unit',
|
||||
type: 'string',
|
||||
defaultValue: 'GB',
|
||||
|
|
@ -34,6 +35,7 @@ const details = (): IpluginDetails => ({
|
|||
tooltip: 'Specify the unit to use',
|
||||
},
|
||||
{
|
||||
label: 'Greater Than',
|
||||
name: 'greaterThan',
|
||||
type: 'number',
|
||||
defaultValue: '0',
|
||||
|
|
@ -43,6 +45,7 @@ const details = (): IpluginDetails => ({
|
|||
tooltip: 'Specify lower bound',
|
||||
},
|
||||
{
|
||||
label: 'Less Than',
|
||||
name: 'lessThan',
|
||||
type: 'number',
|
||||
defaultValue: '10000',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue