Added text into the ipam help about the unassigned addresses
This commit is contained in:
parent
6d22779d92
commit
1db206598f
|
@ -54,13 +54,19 @@ Addresses will be shown as icons, large or small. This icons will render the fol
|
|||
<tr>
|
||||
<th>Setup</th>
|
||||
<th>Alive host</th>
|
||||
<th>Unresponsive host<</th>
|
||||
<th>Unresponsive host</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width: 100px;">If an IP address is not managed, you can only view if is responding or not.</td>
|
||||
<td style="text-align:center;"><img src="../enterprise/extensions/ipam/images/green_host_dotted.png"></td>
|
||||
<td style="text-align:center;"><img src="../enterprise/extensions/ipam/images/not_host.png"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan=3>Not assigned</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan=3>The icon have a soft blue color when is unassigned.</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br><br>
|
||||
Each IP address have in the bottom right position a link to edit it (with adminitration rights). In the bottom left position, there is a small icon showing the OS detected. On disabled addresses, instead the OS icon, you will see this icon:<br><br><img src="../images/delete.png" style="width:18px;"><br><br>
|
||||
|
|
|
@ -62,6 +62,12 @@ Cada dirección tendrá un icono grande que nos aportará información:<br><br>
|
|||
<td style="text-align:center;"><img src="../enterprise/extensions/ipam/images/green_host_dotted.png"></td>
|
||||
<td style="text-align:center;"><img src="../enterprise/extensions/ipam/images/not_host.png"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan=3>No asignado</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan=3>El icono tiene de color de fondo un azul claro cuando no esta asignado.</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br><br>
|
||||
Cada dirección tendrá en la parte inferior derecha un enlace para editarla, si disponemos de privilegios suficientes. Así mismo, en la parte inferior izquierda, tendrá un pequeño icono indicando el sistema operativo asociado.
|
||||
|
|
Loading…
Reference in New Issue