First release
Add text to empty watched percent header Fix typo on IP modal text Update README Update CHANGELOG
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
<th align='left' id="paused_counter">Paused</th>
|
||||
<th align='left' id="stopped">Stopped</th>
|
||||
<th align='left' id="duration">Duration</th>
|
||||
<th align='left' id="percent_complete"></th>
|
||||
<th align='left' id="percent_complete">Watched</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
@@ -182,7 +182,7 @@ DOCUMENTATION :: END
|
||||
<th align='left' id="paused_counter">Paused</th>
|
||||
<th align='left' id="stopped">Stopped</th>
|
||||
<th align='left' id="duration">Duration</th>
|
||||
<th align='left' id="percent_complete"></th>
|
||||
<th align='left' id="percent_complete">Watched</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
@@ -34,7 +34,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<span class="text-muted">Service provided by ip.api.com.</span>
|
||||
<span class="text-muted">Service provided by ip-api.com.</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@@ -171,7 +171,8 @@ history_table_options = {
|
||||
},
|
||||
"searchable": false,
|
||||
"orderable": false,
|
||||
"className": "no-wrap hidden-md hidden-xs"
|
||||
"className": "no-wrap hidden-md hidden-xs",
|
||||
"width": "10px"
|
||||
}
|
||||
],
|
||||
"drawCallback": function (settings) {
|
||||
|
@@ -172,7 +172,7 @@ from plexpy import helpers
|
||||
<th align='left' id="paused_counter">Paused</th>
|
||||
<th align='left' id="stopped">Stopped</th>
|
||||
<th align='left' id="duration">Duration</th>
|
||||
<th align='left' id="percent_complete"></th>
|
||||
<th align='left' id="percent_complete">Watched</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
Reference in New Issue
Block a user