Skip to content

Commit 8ae42ec

Browse files
committed
fix(dashboard): change delete instance form to use icon-only loading state
- replace 'Removendo...' text with icon-only loading style in delete instance confirmation - align loading indicator with other form submission patterns
1 parent b464fcd commit 8ae42ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/dashboard/templates/instances.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ document.addEventListener('DOMContentLoaded', function() {
902902
);
903903
if (confirmed) {
904904
if (typeof setFormSubmittingState === 'function') {
905-
setFormSubmittingState(this, { loadingText: 'Removendo...' });
905+
setFormSubmittingState(this, { loadingStyle: 'icon' });
906906
}
907907
this.submit();
908908
}

0 commit comments

Comments
 (0)