Revize 7dafd607
Přidáno uživatelem Michal Kliment před více než 9 roky(ů)
application/controllers/ip_addresses.php | ||
---|---|---|
}
|
||
else
|
||
{
|
||
if (url_lang::current(TRUE) == 'devices')
|
||
if (url::slice(url_lang::uri(Path::instance()->previous()), 0, 1) != 'ip_addresses')
|
||
{
|
||
$iface = $ip_address->iface;
|
||
$device_name = $iface->device->name;
|
||
... | ... | |
)
|
||
)
|
||
->link(
|
||
'devices/show_iface/'.$iface->id,
|
||
'ifaces/show/'.$iface->id,
|
||
$iface_name, $this->acl_check_view(
|
||
'Ifaces_Controller', 'iface',
|
||
$iface->device->user->member_id
|
Také k dispozici: Unified diff
Release 1.1.12