diff --git a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/customers/customers.js b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/customers/customers.js
index 7598a70..fa153dd 100644
--- a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/customers/customers.js
+++ b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/customers/customers.js
@@ -29,12 +29,6 @@ function display()
+ '';
});
- document.getElementById('resultarea').innerHTML +=
- '
' +
- '| ' +
- 'Add new' +
- ' | ' +
- '
';
}
function updatecustomer(id)
diff --git a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/employees/employees.js b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/employees/employees.js
index df43a4d..21acaee 100644
--- a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/employees/employees.js
+++ b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/employees/employees.js
@@ -29,12 +29,6 @@ function display()
+ '';
});
- document.getElementById('resultarea').innerHTML +=
- '' +
- '| ' +
- 'Add new' +
- ' | ' +
- '
';
}
function updateemployee(id)
diff --git a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/img/hatter.png b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/img/hatter.png
new file mode 100644
index 0000000..a738dd3
Binary files /dev/null and b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/img/hatter.png differ
diff --git a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/maintainer_teams/maintainerteam.js b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/maintainer_teams/maintainerteam.js
index b38fc3f..3b69fb3 100644
--- a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/maintainer_teams/maintainerteam.js
+++ b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/maintainer_teams/maintainerteam.js
@@ -29,12 +29,6 @@ function display()
+ '';
});
- document.getElementById('resultarea').innerHTML +=
- '' +
- '| ' +
- 'Add new' +
- ' | ' +
- '
';
}
function updatemaintainerteam(id)
diff --git a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/services/services.html b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/services/services.html
index 992c57f..18b0c1c 100644
--- a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/services/services.html
+++ b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/services/services.html
@@ -23,6 +23,7 @@
+
Add a new line
+