1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-23 15:29:42 +02:00

refactor(settings): migrate ssl panel to react [EE-5506] (#9163)

This commit is contained in:
Chaim Lev-Ari 2023-07-10 15:03:58 +04:00 committed by GitHub
parent c752b98120
commit 60ae6a63fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 204 additions and 211 deletions

View file

@ -20,6 +20,7 @@ export function FormActions({
<div className="form-group">
<div className="col-sm-12">
<LoadingButton
className="!ml-0"
loadingText={loadingText}
isLoading={isLoading}
disabled={!isValid}