feat(ssh-keys): add ssh key endpoints and ui components
This commit is contained in:
parent
9d64c6751b
commit
f9114e2de0
17 changed files with 375 additions and 7 deletions
|
@ -119,8 +119,8 @@ export default () => {
|
|||
}}
|
||||
onModalDismissed={() => setDeleteId(null)}
|
||||
>
|
||||
Are you sure you wish to delete this API key? All requests using it will immediately be
|
||||
invalidated and will fail.
|
||||
Are you sure you wish to delete this security key?
|
||||
You will no longer be able to authenticate using this key.
|
||||
</ConfirmationModal>
|
||||
{keys.length === 0 ?
|
||||
!loading ?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue