feat(secret): secret item page [EE-3511] (#7356)

pull/7391/head
Zhang Hao 2 years ago committed by GitHub
parent 0f617f7f87
commit 0ba10b44ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,8 +15,8 @@
<td>ID</td>
<td>
{{ secret.Id }}
<button authorization="DockerSecretDelete" class="btn btn-xs btn-danger" ng-click="removeSecret(secret.Id)"
><i class="fa fa-trash-alt space-right" aria-hidden="true"></i>Delete this secret</button
<button authorization="DockerSecretDelete" class="btn btn-xs btn-dangerlight" ng-click="removeSecret(secret.Id)"
><pr-icon icon="'trash-2'" feather="true" mode="'danger'"></pr-icon>Delete this secret</button
>
</td>
</tr>

Loading…
Cancel
Save