Rename Quay Content Trust to Quay Trust

This commit is contained in:
Evan Cordell 2017-05-16 07:40:20 -04:00
parent e2be8481b0
commit 61b7bfa90f
3 changed files with 10 additions and 10 deletions

View file

@ -8,7 +8,7 @@
<h3 class="tab-header">Repository Builds</h3> <h3 class="tab-header">Repository Builds</h3>
<div class="co-alert co-alert-info" ng-if="repository.trust_enabled"> <div class="co-alert co-alert-info" ng-if="repository.trust_enabled">
Builds cannot be performed on this repository because Quay Content Trust is Builds cannot be performed on this repository because Quay Trust is
enabled, which requires that all operations be signed by a user. enabled, which requires that all operations be signed by a user.
</div> </div>

View file

@ -152,7 +152,7 @@
Cannot execute with trust enabled Cannot execute with trust enabled
</div> </div>
<div class="modal-body"> <div class="modal-body">
The selected operation cannot be performed on this repository because Quay Content Trust is The selected operation cannot be performed on this repository because Quay Trust is
enabled, which requires that all operations be signed by a user. enabled, which requires that all operations be signed by a user.
</div> </div>
</div><!-- /.modal-content --> </div><!-- /.modal-content -->

View file

@ -13,22 +13,22 @@
</td> </td>
<td> <td>
<div ng-if="$ctrl.repository.trust_enabled"> <div ng-if="$ctrl.repository.trust_enabled">
<h4>Content Trust Enabled</h4> <h4>Trust Enabled</h4>
<p> <p>
Content Trust and Signing is enabled on this repository and all tag operations must be signed via Docker Content Trust. Signing is enabled on this repository and all tag operations must be signed via Docker Content Trust.
</p> </p>
<p> <p>
Note that due to this feature being enabled, all UI-based tag operations and all build support is <strong>disabled on this repository</strong>. Note that due to this feature being enabled, all UI-based tag operations and all build support is <strong>disabled on this repository</strong>.
</p> </p>
<button class="btn btn-danger" ng-click="$ctrl.askChangeTrust(false)">Disable Content Trust</button> <button class="btn btn-danger" ng-click="$ctrl.askChangeTrust(false)">Disable Trust</button>
</div> </div>
<div ng-if="!$ctrl.repository.trust_enabled"> <div ng-if="!$ctrl.repository.trust_enabled">
<h4>Content Trust Disabled</h4> <h4>Trust Disabled</h4>
<p> <p>
Content Trust and Signing is disabled on this repository. Signing is disabled on this repository.
</p> </p>
<button class="btn btn-default" ng-click="$ctrl.askChangeTrust(true)">Enable Content Trust</button> <button class="btn btn-default" ng-click="$ctrl.askChangeTrust(true)">Enable Trust</button>
</div> </div>
</td> </td>
</tr> </tr>
@ -40,7 +40,7 @@
<div class="cor-confirm-dialog" <div class="cor-confirm-dialog"
dialog-context="$ctrl.enableTrustInfo" dialog-context="$ctrl.enableTrustInfo"
dialog-action="$ctrl.changeTrust(true, callback)" dialog-action="$ctrl.changeTrust(true, callback)"
dialog-title="Enable Content Trust" dialog-title="Enable Trust"
dialog-action-title="Enable Trust"> dialog-action-title="Enable Trust">
<p>Click "Enable Trust" to enable content trust on this repository.</p> <p>Click "Enable Trust" to enable content trust on this repository.</p>
<p>Please note that at this time, having content trust will <strong>disable</strong> the following <p>Please note that at this time, having content trust will <strong>disable</strong> the following
@ -55,7 +55,7 @@
<div class="cor-confirm-dialog" <div class="cor-confirm-dialog"
dialog-context="$ctrl.disableTrustInfo" dialog-context="$ctrl.disableTrustInfo"
dialog-action="$ctrl.changeTrust(false, callback)" dialog-action="$ctrl.changeTrust(false, callback)"
dialog-title="Disable Content Trust" dialog-title="Disable Trust"
dialog-action-title="Disable Trust and Delete Data"> dialog-action-title="Disable Trust and Delete Data">
<div class="co-alert co-alert-warning"> <div class="co-alert co-alert-warning">
<strong>Warning:</strong> Disabling content trust will prevent users from pushing signed <strong>Warning:</strong> Disabling content trust will prevent users from pushing signed