mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
Merge branch 'ent-4199-Fallo-estilo-visual-en-autoconfiguración-de-agentes-y-discovery-vmware' into 'develop'
Ent 4199 fallo estilo visual en autoconfiguración de agentes y discovery vmware See merge request artica/pandorafms!2498
This commit is contained in:
commit
6c4dcdac87
@ -659,18 +659,18 @@ class Wizard
|
|||||||
if ($input['arguments']['inline'] != 'true') {
|
if ($input['arguments']['inline'] != 'true') {
|
||||||
$output .= '<div class="edit_discovery_input">';
|
$output .= '<div class="edit_discovery_input">';
|
||||||
} else {
|
} else {
|
||||||
$output .= '<div style="display: flex; margin-bottom: 25px;">';
|
$output .= '<div style="display: flex; margin-bottom: 25px; flex-wrap: wrap;">';
|
||||||
if (!isset($input['extra'])) {
|
if (!isset($input['extra'])) {
|
||||||
$output .= '<div style="width: 50%;">';
|
$output .= '<div style="width: 50%;">';
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isset($input['extra'])) {
|
if (isset($input['extra'])) {
|
||||||
$output .= '<div style="width: 50%; display: flex;">';
|
$output .= '<div style="display: flex; margin-right:10px;">';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($input['arguments']['inline'] == 'true' && isset($input['extra'])) {
|
if ($input['arguments']['inline'] == 'true' && isset($input['extra'])) {
|
||||||
$output .= '<div style="width: 50%">';
|
$output .= '<div style="margin-right:10px;">';
|
||||||
}
|
}
|
||||||
|
|
||||||
$output .= '<div class="label_select">';
|
$output .= '<div class="label_select">';
|
||||||
@ -690,11 +690,11 @@ class Wizard
|
|||||||
$output .= $this->printInput($input['arguments']);
|
$output .= $this->printInput($input['arguments']);
|
||||||
$output .= '</div>';
|
$output .= '</div>';
|
||||||
} else if ($input['arguments']['inline'] == 'true') {
|
} else if ($input['arguments']['inline'] == 'true') {
|
||||||
$output .= '<div style="width: 50%;">';
|
|
||||||
|
|
||||||
if (isset($input['extra'])) {
|
if (isset($input['extra'])) {
|
||||||
$output .= '<div style="float: center;">';
|
$output .= '<div style="">';
|
||||||
|
$output .= '<div style="float: left;">';
|
||||||
} else {
|
} else {
|
||||||
|
$output .= '<div style="width:50%;">';
|
||||||
$output .= '<div style="float: right;">';
|
$output .= '<div style="float: right;">';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user