mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-05 18:42:42 +01:00
minor ui tweaks.
This commit is contained in:
parent
ac639120e3
commit
5064eaf9a9
@ -50,7 +50,7 @@
|
||||
|
||||
oTable = $('#logGrid').dataTable({
|
||||
"sAjaxSource": "Log/AjaxBinding",
|
||||
"bProcessing": true,
|
||||
"bProcessing": false,
|
||||
"bServerSide": true,
|
||||
"bShowAll": false,
|
||||
"bPaginate": true,
|
||||
@ -63,7 +63,7 @@
|
||||
"sPaginationType": "four_button",
|
||||
"aoColumns": [
|
||||
{ sWidth: '150px', "mDataProp": "Time" }, //Time
|
||||
{sWidth: '80px', "mDataProp": "Level" }, //Level
|
||||
{sWidth: '50px', "mDataProp": "Level" }, //Level
|
||||
{sWidth: '240px', "mDataProp": "Source" }, //Source
|
||||
{sWidth: 'auto', "mDataProp": "Message", "bSortable": false }, //Message
|
||||
{sWidth: 'auto', "mDataProp": "Details", "bSortable": false, "bVisible": false, "fnRender": function (row) {
|
||||
|
@ -100,10 +100,13 @@
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<div id="seriesEditor" title="Edit Series"></div>
|
||||
<div id="seriesDelete" title="Delete Series">
|
||||
<input class="seriesId" type="hidden" value="">
|
||||
Are you sure you want to delete '<span class="seriesTitle"></span>'?
|
||||
<div style="visibility: hidden">
|
||||
<div id="seriesEditor" title="Edit Series">
|
||||
</div>
|
||||
<div id="seriesDelete" title="Delete Series">
|
||||
<input class="seriesId" type="hidden" value="" />
|
||||
Are you sure you want to delete '<span class="seriesTitle"></span>'?
|
||||
</div>
|
||||
</div>
|
||||
@section Scripts{
|
||||
<script type="text/javascript">
|
||||
|
Loading…
Reference in New Issue
Block a user