mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:45:56 +00:00
add special class for feeds with disabled updates
This commit is contained in:
1
js/FeedTree.js
Normal file → Executable file
1
js/FeedTree.js
Normal file → Executable file
@@ -267,6 +267,7 @@ require(["dojo/_base/declare", "dojo/dom-construct", "dijit/Tree", "dijit/Menu"]
|
||||
"dijitTreeRow Error";
|
||||
|
||||
if (item.unread > 0) rc += " Unread";
|
||||
if (item.updates_disabled > 0) rc += " UpdatesDisabled";
|
||||
|
||||
return rc;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user