mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
settings for heavy load
This commit is contained in:
@@ -111,6 +111,12 @@
|
||||
ng-model="settings.smtpPassword" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="control-group">
|
||||
<label class="control-label" for="heavyLoad">Heavy load</label>
|
||||
<div class="controls">
|
||||
<input type="checkbox" name="heavyLoad" ng-model="settings.heavyLoad" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="control-group">
|
||||
<label class="control-label" for="pubsubhubbub">PubSubHubbub</label>
|
||||
<div class="controls">
|
||||
|
||||
Reference in New Issue
Block a user