Merge branch 'ent-9026-Buscador-roto-agregar-acciones-a-alerta-SNMP' into 'develop'

Fix several issues with SNMP Alert view

See merge request artica/pandorafms!4913
This commit is contained in:
Daniel Rodriguez 2022-06-16 11:35:40 +00:00
commit ae5c4dca24
2 changed files with 449 additions and 340 deletions

File diff suppressed because it is too large Load Diff

View File

@ -814,6 +814,13 @@ select:-internal-list-box {
.margin-left-2 {
margin-left: 2em;
}
.margin-right-05 {
margin-right: 0.5em;
}
.margin-left-05 {
margin-left: 0.5em;
}
.no-border {
border: none;
}