diff --git a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/maintainerteam.js b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/maintainerteam.js index 3dbafd8..b38fc3f 100644 --- a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/maintainerteam.js +++ b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/maintainerteam.js @@ -81,6 +81,8 @@ function addmaintainerteam() document.getElementById('addresult').innerHTML += 'Added maintainer team ' + maintainerteam_name + ' successfully'; + getmaintainerteams(); + }) .catch(error => { console.error("Error: ", error); @@ -89,8 +91,6 @@ function addmaintainerteam() document.getElementById('addresult').innerHTML += 'Failed to add maintainer team ' + maintainerteam_name; }); - - getmaintainerteams(); } function deletemaintainerteam(id) diff --git a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css index 4639478..05e46c7 100644 --- a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css +++ b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css @@ -1,7 +1,7 @@ @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); body{ - background-color: blueviolet; + background: linear-gradient(to left, #8a2be2, rgb(255, 51, 170)); background-position: right top; background-size: cover; font-family: 'Roboto', sans-serif;