Merge pull request #2592 from coreos-inc/FEAT-AUDIT-LOG-FAILOVER-UI

feat(config-setup): add auditlog failover option
This commit is contained in:
Erica 2017-05-03 11:42:48 -04:00 committed by GitHub
commit 57ab9d6c96

View file

@ -177,6 +177,33 @@
</div>
</div>
<!-- Consistency Settings -->
<div class="co-panel">
<div class="co-panel-heading">
<i class="fa ci-shared-database"></i> Data Consistency Settings
</div>
<div class="co-panel-body">
<div class="description">
<p>Relax constraints on consistency guarantees for specific operations
to enable higher performance and availability.
</p>
</div>
<table class="config-table">
<tr>
<td>
<div class="config-bool-field" binding="config.ALLOW_PULLS_WITHOUT_STRICT_LOGGING">
Allow repository pulls even if audit logging fails.
<div class="help-text">
If enabled, failures to write to the audit log will fallback from
the database to the standard logger for registry pulls.
</div>
</div>
</td>
</tr>
</table>
</div>
</div> <!-- /Consistency Settings -->
<!-- Time Machine -->
<div class="co-panel">
<div class="co-panel-heading">