summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fai_gestion/config/bake_extra.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/fai_gestion/config/bake_extra.php b/fai_gestion/config/bake_extra.php
index 67030bf..1f7fe4f 100644
--- a/fai_gestion/config/bake_extra.php
+++ b/fai_gestion/config/bake_extra.php
@@ -48,7 +48,7 @@ $taskParams = [
'index-columns' => 7
#'components' => 'hello,world',
],
- #'Adherents' => [ 'index-columns' => 7 ],
+ 'Equipements' => [ 'index-columns' => 6 ],
];
$controllerActions = [
'default' => [ 'index', 'view', 'add', 'edit'],
@@ -112,9 +112,9 @@ EOT
'mode' => 'like',
'before' => 'true',
'after' => 'true',
- 'field' => ['mac_boite', 'ip_management', 'hostname'],
+ 'field' => ['hostname', 'mac_boite', 'ip_management'],
'colspan' => 3,
- 'hint' => 'MAC, IPv4, Hostname...',
+ 'hint' => 'Hostname, IP, MAC...',
],
'equipement_modele_id' => [
'mode' => 'value',