forked from Archives/Athou_commafeed
delete old statuses
This commit is contained in:
@@ -163,6 +163,14 @@
|
||||
ng-model="settings.queryTimeout" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="control-group">
|
||||
<label class="control-label" for="keepStatusDays">Keep read status for (days)</label>
|
||||
<div class="controls">
|
||||
<input type="number" name="keepStatusDays" class="input-block-level"
|
||||
ng-model="settings.keepStatusDays" />
|
||||
<span class="help-inline">0 = keep forever</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="control-group">
|
||||
<label class="control-label" for="crawlingPaused">Pause crawling</label>
|
||||
<div class="controls">
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
<i ng-class="{'icon-star icon-star-yellow': entry.starred, 'icon-star-empty': !entry.starred}"
|
||||
class="pointer"></i>
|
||||
</span>
|
||||
<label class="checkbox inline">
|
||||
<label class="checkbox inline" ui-if="entry.markable">
|
||||
<input type="checkbox" ng-checked="!entry.read" ng-click="mark(entry, !entry.read)" class="mousetrap"></input>
|
||||
${view.keep_unread}
|
||||
</label>
|
||||
|
||||
Reference in New Issue
Block a user