mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Merge branch 'ent-10233-descuadre-en-snmp-interface-wizard' into 'develop'
Ent 10233 descuadre en snmp interface wizard See merge request artica/pandorafms!5463
This commit is contained in:
commit
46079855f7
@ -843,6 +843,7 @@ class AgentWizard extends HTML
|
|||||||
html_print_div(
|
html_print_div(
|
||||||
[
|
[
|
||||||
'class' => 'white_box',
|
'class' => 'white_box',
|
||||||
|
'style' => 'padding: 20px',
|
||||||
'content' => $this->printForm(
|
'content' => $this->printForm(
|
||||||
[
|
[
|
||||||
'form' => $form,
|
'form' => $form,
|
||||||
@ -2723,7 +2724,7 @@ class AgentWizard extends HTML
|
|||||||
'action' => $this->sectionUrl,
|
'action' => $this->sectionUrl,
|
||||||
'id' => 'form-filter-interfaces',
|
'id' => 'form-filter-interfaces',
|
||||||
'method' => 'POST',
|
'method' => 'POST',
|
||||||
'class' => 'modal flex flex-row searchbox',
|
'class' => 'modal searchbox',
|
||||||
'extra' => '',
|
'extra' => '',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -6223,7 +6223,7 @@ div.text_message_dialog p {
|
|||||||
}
|
}
|
||||||
|
|
||||||
form#form-filter-interfaces {
|
form#form-filter-interfaces {
|
||||||
margin-left: -30px;
|
margin-left: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
form#form-filter-interfaces ul {
|
form#form-filter-interfaces ul {
|
||||||
@ -6240,7 +6240,7 @@ form#form-filter-interfaces ul li {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
max-width: 35%;
|
max-width: 45%;
|
||||||
}
|
}
|
||||||
|
|
||||||
form#form-filter-interfaces ul li.select-interfaces {
|
form#form-filter-interfaces ul li.select-interfaces {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user