mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-10 16:00:28 -07:00
Apply auto-build changes
This commit is contained in:
parent
e725cad660
commit
b7d7bdd45e
40 changed files with 84 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ var details = function () { return ({
|
|||
icon: 'faQuestion',
|
||||
inputs: [
|
||||
{
|
||||
label: 'Unit',
|
||||
name: 'unit',
|
||||
type: 'string',
|
||||
defaultValue: 'GB',
|
||||
|
|
@ -31,6 +32,7 @@ var details = function () { return ({
|
|||
tooltip: 'Specify the unit to use',
|
||||
},
|
||||
{
|
||||
label: 'Greater Than',
|
||||
name: 'greaterThan',
|
||||
type: 'number',
|
||||
defaultValue: '0',
|
||||
|
|
@ -40,6 +42,7 @@ var details = function () { return ({
|
|||
tooltip: 'Specify lower bound',
|
||||
},
|
||||
{
|
||||
label: 'Less Than',
|
||||
name: 'lessThan',
|
||||
type: 'number',
|
||||
defaultValue: '10000',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue