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