Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
fix(host/form): change size (6 => 30) of input geo coordinates on hos…
Browse files Browse the repository at this point in the history
…t form (#7405)
  • Loading branch information
jdelpierre authored Apr 10, 2019
1 parent 999a1c4 commit 9ceaf5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/include/configuration/configObject/host/formHost.php
Original file line number Diff line number Diff line change
Expand Up @@ -971,7 +971,7 @@ function allInSameInstance($hosts, $instanceId)
));
$form->addElement('text', 'ehi_2d_coords', _("2d Coords"), $attrsText2);
$form->addElement('text', 'ehi_3d_coords', _("3d Coords"), $attrsText2);
$form->addElement('text', 'geo_coords', _("Geo coordinates"), $attrsText2);
$form->addElement('text', 'geo_coords', _("Geo coordinates"), $attrsText);

if (!$centreon->user->admin && $o == "a") {
$aclDeRoute = './include/common/webServices/rest/internal.php?object=centreon_administration_aclgroup'
Expand Down

0 comments on commit 9ceaf5c

Please sign in to comment.