Merge remote-tracking branch 'origin/dynamic-jobs'

This commit is contained in:
Mark McDowall
2012-10-19 08:39:07 -07:00
52 changed files with 292 additions and 208 deletions

View File

@@ -30,8 +30,7 @@
<thead>
<tr>
<th>Type</th>
<th>Target</th>
<th>Secondary</th>
<th>Options</th>
</tr>
</thead>
<tbody>
@@ -91,8 +90,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
]
});
});