temporary background
This commit is contained in:
@@ -81,6 +81,8 @@ function addmaintainerteam()
|
|||||||
document.getElementById('addresult').innerHTML +=
|
document.getElementById('addresult').innerHTML +=
|
||||||
'Added maintainer team ' + maintainerteam_name + ' successfully';
|
'Added maintainer team ' + maintainerteam_name + ' successfully';
|
||||||
|
|
||||||
|
getmaintainerteams();
|
||||||
|
|
||||||
})
|
})
|
||||||
.catch(error => {
|
.catch(error => {
|
||||||
console.error("Error: ", error);
|
console.error("Error: ", error);
|
||||||
@@ -89,8 +91,6 @@ function addmaintainerteam()
|
|||||||
document.getElementById('addresult').innerHTML +=
|
document.getElementById('addresult').innerHTML +=
|
||||||
'Failed to add maintainer team ' + maintainerteam_name;
|
'Failed to add maintainer team ' + maintainerteam_name;
|
||||||
});
|
});
|
||||||
|
|
||||||
getmaintainerteams();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function deletemaintainerteam(id)
|
function deletemaintainerteam(id)
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
|
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
|
||||||
|
|
||||||
body{
|
body{
|
||||||
background-color: blueviolet;
|
background: linear-gradient(to left, #8a2be2, rgb(255, 51, 170));
|
||||||
background-position: right top;
|
background-position: right top;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
font-family: 'Roboto', sans-serif;
|
font-family: 'Roboto', sans-serif;
|
||||||
|
|||||||
Reference in New Issue
Block a user