Ignore:
Timestamp:
Jan 9, 2016, 1:08:20 PM (9 years ago)
Author:
chronos
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Network/Network.php

    r774 r785  
    22
    33include_once(dirname(__FILE__).'/HostList.php');
    4 include_once(dirname(__FILE__).'/Availability.php');
    54include_once(dirname(__FILE__).'/Subnet.php');
    65include_once(dirname(__FILE__).'/Hosting.php');
     
    9291  {
    9392    $Output = '<a href="'.$this->System->Link('/network/frequency-plan/').'">Frekvenční plán</a><br />';
    94     $Output .= '<a href="'.$this->System->Link('/network/availability/').'">Měření dostupnosti zařízení</a><br />';
    9593    $Output .= '<a href="'.$this->System->Link('/network/subnet/').'">Výpis registrovaných podsítí</a><br />';
    9694    $Output .= '<a href="'.$this->System->Link('/network/hosts/').'">Registrované zařízení</a><br />';
     
    124122    $this->System->RegisterPage('network', 'PageNetwork');
    125123    $this->System->RegisterPage(array('network', 'administration'), 'PageNetworkAdministration');
    126     $this->System->RegisterPage(array('network', 'availability'), 'PageAvailability');
    127124    $this->System->RegisterPage(array('network', 'subnet'), 'PageSubnet');
    128125    $this->System->RegisterPage(array('network', 'user-hosts'), 'PageNetworkHostList');
     
    167164        'LoginPassword' => array('Type' => 'String', 'Caption' => 'Přihlašovací heslo', 'Default' => '', 'Null' => true, 'NotInList' => true),
    168165        'API' => array('Type' => 'TDeviceAPIType', 'Caption' => 'API', 'Default' => '', 'Null' => true),
    169       ),
    170       'Actions' => array(
    171         array('Caption' => 'Dostupnost zařízení', 'URL' => '/network/availability/'),
    172166      ),
    173167    ));
Note: See TracChangeset for help on using the changeset viewer.