Private GIT

Skip to content
Snippets Groups Projects
Commit f91b9e12 authored by Kevin Duret's avatar Kevin Duret
Browse files

#4058 Begin influxdb configuration

parent 2134b7a7
No related branches found
No related tags found
No related merge requests found
...@@ -285,6 +285,11 @@ class CentreonConfigCentreonBroker ...@@ -285,6 +285,11 @@ class CentreonConfigCentreonBroker
$elementType = 'advmultiselect'; $elementType = 'advmultiselect';
$elementAttr = $this->getListValues($field['id']); $elementAttr = $this->getListValues($field['id']);
break; break;
case 'influxdbcolumns':
$displayName = array(_($field['displayname']), _("Available"), _("Selected"));
$elementType = 'advmultiselect';
$elementAttr = $this->getListValues($field['id']);
break;
case 'text': case 'text':
default: default:
$elementType = 'text'; $elementType = 'text';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment