From cfdff966c8c94c038ac9c556daa62c2298d3dbe3 Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Sun, 1 May 2016 18:44:43 +0200 Subject: Equipements : ajout hostname + tri mac uplink_id --- generator/after-bake/src/Template/Equipements/view.ctp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'generator/after-bake/src/Template/Equipements/view.ctp') diff --git a/generator/after-bake/src/Template/Equipements/view.ctp b/generator/after-bake/src/Template/Equipements/view.ctp index 99d6542..9a0f167 100644 --- a/generator/after-bake/src/Template/Equipements/view.ctp +++ b/generator/after-bake/src/Template/Equipements/view.ctp @@ -31,22 +31,22 @@
  • Html->link(__('New Equipement Modele'), ['controller' => 'EquipementModeles', 'action' => 'add']) ?>
  • Html->link(__('List Relais'), ['controller' => 'Relais', 'action' => 'index']) ?>
  • Html->link(__('New Relais'), ['controller' => 'Relais', 'action' => 'add']) ?>
  • -
  • Html->link(__('List Services'), ['controller' => 'Services', 'action' => 'index']) ?>
  • -
  • Html->link(__('New Service'), ['controller' => 'Services', 'action' => 'add']) ?>
  • -
  • Html->link(__('List Equipements'), ['controller' => 'Equipements', 'action' => 'index']) ?>
  • -
  • Html->link(__('New Equipement'), ['controller' => 'Equipements', 'action' => 'add']) ?>
  • Html->link(__('List Equipement Modes'), ['controller' => 'EquipementModes', 'action' => 'index']) ?>
  • Html->link(__('New Equipement Mode'), ['controller' => 'EquipementModes', 'action' => 'add']) ?>
  • -

    id) ?>

    +

    title) ?>

    + + + + -- cgit v1.1
    mac) ?>
    hostname) ?>
    has('ipmgmt') ? $this->Html->link($equipement->ipmgmt->title, ['controller' => 'Ipmgmt', 'action' => 'view', $equipement->ipmgmt->id]) : '' ?>