mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Merge branch 'ent-7225-monitorizacion-global-de-discovery-vmware-mediante-tokens' into 'develop'
remove extra margin from grid forms in discovery See merge request artica/pandorafms!4777
This commit is contained in:
commit
2cc019ea29
@ -638,9 +638,9 @@ class HTML
|
|||||||
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 class="flex mrgn_btn_25px wrap">';
|
$output .= '<div class="flex-row-center flex-nowrap mrgn_btn_15px">';
|
||||||
if (!isset($input['extra'])) {
|
if (!isset($input['extra'])) {
|
||||||
$output .= '<div class="w50p">';
|
$output .= '<div class="w100p">';
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isset($input['extra'])) {
|
if (isset($input['extra'])) {
|
||||||
@ -652,7 +652,7 @@ class HTML
|
|||||||
$output .= '<div class="mrgn_right_10px">';
|
$output .= '<div class="mrgn_right_10px">';
|
||||||
}
|
}
|
||||||
|
|
||||||
$output .= '<div class="label_select">';
|
$output .= '<div class="">';
|
||||||
$output .= $input['label'];
|
$output .= $input['label'];
|
||||||
$output .= '</div>';
|
$output .= '</div>';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user