add check for bgp cap

This commit is contained in:
lare 2022-12-03 13:31:47 +01:00
parent 4c38c0975f
commit 29e981baaf
3 changed files with 208 additions and 129 deletions

View file

@ -62,7 +62,7 @@ footer.flex {
padding: 1%;
}
.example-config > div{
.example-config > pre{
border-color: var(--other-background);
border-radius: 10px;
padding: 10px;
@ -82,6 +82,7 @@ form > div > * {
grid-auto-flow: column;
flex-direction: row;
width: 100%;
margin: 10px;
}
.peering > div {
display: flex;