Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 6f7e4d6a

Přidáno uživatelem Michal Kliment před více než 3 roky(ů)

  • ID 6f7e4d6aa44ab18ea756efc7bae2163ddde4ecb2
  • Rodič e0da3ee3

Add gain and azimuth to wireless ifaces (fixes #1166)

Zobrazit rozdíly:

application/views/ifaces/show.php
<?php endif; ?>
<?php if (isset($iface->wireless_antenna)): ?>
<tr>
<th><?php echo __('Wireless antenna') ?></th>
<th><?php echo __('Wireless antenna type') ?></th>
<td><?php echo Iface_Model::get_wireless_antenna($iface->wireless_antenna) ?></td>
</tr>
<?php endif; ?>
<?php if (isset($iface->wireless_antenna_gain)): ?>
<tr>
<th><?php echo __('Wireless antenna gain') ?></th>
<td><?php echo $iface->wireless_antenna_gain ?> dBi</td>
</tr>
<?php endif; ?>
<?php if (isset($iface->wireless_antenna_azimuth)): ?>
<tr>
<th><?php echo __('Wireless antenna azimuth') ?></th>
<td><?php echo $iface->wireless_antenna_azimuth ?>˚</td>
</tr>
<?php endif; ?>
<?php if (intval($iface->link->id) > 0 && Iface_Model::type_has_link($iface->type)): ?>
<tr>
<th colspan="2"><?php echo __('Link') ?></th>

Také k dispozici: Unified diff