summaryrefslogtreecommitdiff
path: root/fai_gestion/config/bake_extra.php
diff options
context:
space:
mode:
Diffstat (limited to 'fai_gestion/config/bake_extra.php')
-rw-r--r--fai_gestion/config/bake_extra.php21
1 files changed, 21 insertions, 0 deletions
diff --git a/fai_gestion/config/bake_extra.php b/fai_gestion/config/bake_extra.php
index e8788c8..5bd5e89 100644
--- a/fai_gestion/config/bake_extra.php
+++ b/fai_gestion/config/bake_extra.php
@@ -134,6 +134,27 @@ EOT
],
],
],
+ 'EquipementInterfaces' => [
+ 'order' => [
+ 'Equipements.hostname' => 'ASC',
+ 'EquipementInterfaces.title' => 'ASC',
+ ],
+ 'filters' => [
+ 'q' => [
+ 'mode' => 'like',
+ 'before' => true,
+ 'after' => true,
+ 'field' => ['Equipements.hostname', 'Equipements.ip_management', 'EquipementInterfaces.title', 'mac'],
+ 'colspan' => 3,
+ 'hint' => 'Hostname, IP, MAC...',
+ ],
+ 'lien_radio_id' => [
+ 'mode' => 'value',
+ 'colspan' => 1,
+ 'hint' => 'LienRadios',
+ ],
+ ],
+ ],
'EquipementModeles' => [
'order' => [
'EquipementModeles.constructeur' => 'ASC',