Skip to content

Commit

Permalink
fix: Change configuration category for yaml files toolbox configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed Dec 7, 2023
1 parent 679e1a4 commit ee10761
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/GLPI/Agent/HTTP/Server/ToolBox/Credentials.pm
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ sub yaml_config_specs {
index => 50, # index in navbar
},
credentials_yaml => {
category => "IP Ranges",
category => "Toolbox plugin configuration",
type => $self->isyes($yaml_config->{'updating_support'}) ? "option" : "readonly",
value => $yaml_config->{'credentials_yaml'} || (
$self->isyes($yaml_config->{'updating_support'}) ? "" : "[default]"),
Expand Down
2 changes: 1 addition & 1 deletion lib/GLPI/Agent/HTTP/Server/ToolBox/IpRange.pm
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ sub yaml_config_specs {
index => 40, # index in navbar
},
iprange_yaml => {
category => "IP Ranges",
category => "Toolbox plugin configuration",
type => $self->isyes($yaml_config->{'updating_support'}) ? "option" : "readonly",
value => $yaml_config->{'iprange_yaml'} || (
$self->isyes($yaml_config->{'updating_support'}) ? "" : "[default]"),
Expand Down

0 comments on commit ee10761

Please sign in to comment.