From 83d0f1154f2e068410ea592dd290c698cc6dd729 Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Sat, 21 Jul 2018 23:54:39 +0200 Subject: Equipement : column order changed, tidy config --- fai_gestion/config/bake_extra.php | 6 +++--- 1 file 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', -- cgit v1.1