1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 13:55:21 +02:00

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

This commit is contained in:
Zhang Hao 2022-07-31 20:15:12 +08:00 committed by GitHub
parent 0f617f7f87
commit 0ba10b44ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>