Actions
Feature #466
closedMake interface names clickable in "Interface assignments
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
04/01/2010
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Updated by Danny Bogaards over 14 years ago
I mean here:
The change I made and tested using the same style used on the dashboard:
--- ../interfaces_assign.php 2010-03-30 12:29:45.000000000 +0200 +++ interfaces_assign.php 2010-03-30 15:30:32.000000000 +0200 @@ -398,7 +398,7 @@ $ifdescr = strtoupper($ifname); ?> <tr> - <td class="listlr" valign="middle"><strong><?=$ifdescr;?></strong></td> + <td class="listlr" valign="middle"><strong><u><span onclick="location.href='/interfaces.php?if=<?=$ifname;?>'" style="cursor: pointer;"><?=$ifdescr;?></span></u></strong></td> <td valign="middle" class="listr"> <select name="<?=$ifname;?>" id="<?=$ifname;?>"> <?php foreach ($portlist as $portname => $portinfo): ?>
Updated by Jim Pingle over 12 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset a7a1316811845345cedbae181205000108c9ebe0.
Updated by Jim Pingle over 12 years ago
- Status changed from Feedback to Resolved
Actions