Frontend tweaks + fixes
This commit is contained in:
parent
69109e171c
commit
0514a5d789
4 changed files with 6 additions and 5 deletions
|
@ -349,7 +349,7 @@ var AIRTIME = (function (AIRTIME) {
|
|||
* @private
|
||||
*/
|
||||
PodcastEpisodeTable.prototype._datatablesCheckboxDataDelegate = function(rowData, callType, dataToSave) {
|
||||
var defaultIcon = "<span class='icon-white icon-import'></span>",
|
||||
var defaultIcon = "<span class='icon icon-circle-arrow-down'></span>",
|
||||
importIcon = "<span class='sp-checked-icon checked-icon imported-flag'></span>",
|
||||
pendingIcon = "<span class='loading-icon'></span>";
|
||||
if (this.config.hideIngestCheckboxes && rowData.ingested && rowData.ingested != 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue