style: icons svg

This commit is contained in:
2025-01-16 15:16:31 -03:00
parent 137f5510f8
commit cf73dba143
13 changed files with 67 additions and 38 deletions

View File

@@ -18,8 +18,14 @@ function openModal() {
clientActive.checked = false
}
function reloadPage(){
setTimeout(function() {
location.reload();}, 100);
}
function closeModal() {
document.getElementById('Modal-create-client').style.display = 'none';
reloadPage()
// document.getElementById('Modal-create-client').style.display = 'none';
}
function editclient(id) {