1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-11-05 10:32:35 +01:00

Updated jobs view

This commit is contained in:
Mark McDowall 2012-09-10 23:46:56 -07:00
parent aa282fbd4d
commit 89d22f2eb9

View File

@ -31,8 +31,7 @@
<thead>
<tr>
<th>Type</th>
<th>Target</th>
<th>Secondary</th>
<th>Options</th>
</tr>
</thead>
<tbody>
@ -92,8 +91,7 @@
"sPaginationType": "four_button",
"aoColumns": [
{ sWidth: 'auto', "mDataProp": "Type"}, //Type
{ sWidth: '100px', "mDataProp": "Target" }, //Target
{ sWidth: '100px', "mDataProp": "SecondaryTarget" }, //SecondaryTarget
{ sWidth: '100px', "mDataProp": "Options" } //Options
]
});
});