Added spinner during db connection test

This commit is contained in:
Isaac Abadi
2022-06-21 22:45:54 -04:00
parent adbe7f95d5
commit fb6cf8548d
2 changed files with 8 additions and 0 deletions

View File

@@ -105,4 +105,11 @@
.action-buttons {
position: absolute;
bottom: 15px;
}
.test-connection-spinner {
display: inline-block;
position: relative;
top: 6px;
margin-left: 10px;
}