general.html 1.8 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <div class="page-header">
  2. <h2>{{'options_tab_general' | tr}}</h2>
  3. </div>
  4. <section class="settings-group">
  5. <h3>{{'options_group_networkRequests' | tr}}</h3>
  6. <div class="checkbox">
  7. <label>
  8. <input id="revert-proxy-changes" type="checkbox" ng-model="options[&quot;-monitorWebRequests&quot;]"/><span>{{'options_monitorWebRequests' | tr}}</span>
  9. </label>
  10. <p omega-html="'options_monitorWebRequestsHelp' | tr" class="help-block"></p>
  11. </div>
  12. </section>
  13. <section class="settings-group width-limit">
  14. <h3>{{'options_downloadOptions' | tr}}</h3>
  15. <p class="help-block">{{'options_downloadOptionsHelp' | tr}}</p>
  16. <div class="form-group">
  17. <label for="download-interval">{{'options_downloadInterval' | tr}}</label>
  18. <select id="download-interval" ng-model="options[&quot;-downloadInterval&quot;]" ng-options="interval as (downloadIntervalI18n(interval) | tr) for interval in downloadIntervals" class="form-control inline-form-control"></select>
  19. </div>
  20. </section>
  21. <section class="settings-group width-limit">
  22. <h3>{{'options_group_conflicts' | tr}}</h3>
  23. <p>{{'options_conflicts_introduction' | tr}}</p>
  24. <p class="help-text text-danger"><span style="padding: 1px 4px; background: #da4f49; color: #fff; box-shadow: #ccc 1px 1px 1px 1px;">=</span> {{'options_conflicts_lowerPriority' | tr}}
  25. </p>
  26. <p class="help-text text-info"><span class="glyphicon glyphicon-info-sign"></span> <span omega-html="'options_conflicts_higherPriority' | tr:[$profile('systemProfile')]"></span>
  27. </p>
  28. <div class="checkbox">
  29. <label>
  30. <input id="revert-proxy-changes" type="checkbox" ng-model="options[&quot;-showExternalProfile&quot;]"/><span>{{'options_showExternalProfile' | tr}}</span>
  31. </label>
  32. </div>
  33. <p omega-html="'options_showExternalProfileHelp' | tr:[$profile('systemProfile'), $profile('externalProfile')]" class="help-block"></p>
  34. </section>