mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-15 01:23:53 -07:00
Updated jobs view
This commit is contained in:
parent
aa282fbd4d
commit
89d22f2eb9
1 changed files with 2 additions and 4 deletions
|
@ -31,8 +31,7 @@
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Type</th>
|
<th>Type</th>
|
||||||
<th>Target</th>
|
<th>Options</th>
|
||||||
<th>Secondary</th>
|
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
@ -92,8 +91,7 @@
|
||||||
"sPaginationType": "four_button",
|
"sPaginationType": "four_button",
|
||||||
"aoColumns": [
|
"aoColumns": [
|
||||||
{ sWidth: 'auto', "mDataProp": "Type"}, //Type
|
{ sWidth: 'auto', "mDataProp": "Type"}, //Type
|
||||||
{ sWidth: '100px', "mDataProp": "Target" }, //Target
|
{ sWidth: '100px', "mDataProp": "Options" } //Options
|
||||||
{ sWidth: '100px', "mDataProp": "SecondaryTarget" }, //SecondaryTarget
|
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue