summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Pouzenc <ludovic@pouzenc.fr>2018-07-21 23:54:39 +0200
committerLudovic Pouzenc <ludovic@pouzenc.fr>2018-07-21 23:54:39 +0200
commit83d0f1154f2e068410ea592dd290c698cc6dd729 (patch)
treed1d9cfe0064a51a7aa70c272fa08fc70f77fb398
parent33e58e1596209f9250e221cf5ae05588c5ec4eea (diff)
downloadchd_gestion-83d0f1154f2e068410ea592dd290c698cc6dd729.zip
chd_gestion-83d0f1154f2e068410ea592dd290c698cc6dd729.tar.gz
chd_gestion-83d0f1154f2e068410ea592dd290c698cc6dd729.tar.bz2
Equipement : column order changed, tidy config
-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',