feat: warn about static configured services deletion

This commit is contained in:
2023-07-07 06:50:59 +02:00
parent 0bc32a11fe
commit 20d37ef8ec
3 changed files with 21 additions and 1 deletions

View File

@@ -160,3 +160,13 @@ body{
border-color: aliceblue;
width: fit-content;
}
.static-configured-info{
margin-bottom: 20px;
color: aliceblue;
text-align: center;
padding: 8px;
border-style: solid;
border-color: red;
font-size: 17px;
}