Ipam
This commit is contained in:
parent
472b655ee6
commit
a5758a86a9
|
@ -11432,3 +11432,7 @@ div[role="dialog"] {
|
|||
.flex-colum-center > img {
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
.space-between {
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
|
|
@ -731,3 +731,14 @@ tr.datos2 > td.datos2 > div > div {
|
|||
.dataTables_wrapper .dataTables_filter input {
|
||||
margin: 0.5em;
|
||||
}
|
||||
|
||||
.label-ipam {
|
||||
font-size: 13px;
|
||||
line-height: 16px;
|
||||
font-weight: bold;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
#text-vrf_name {
|
||||
width: 100%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue