Project

General

Profile

Actions

Feature #466

closed

Make interface names clickable in "Interface assignments

Added by Danny Bogaards about 14 years ago. Updated almost 12 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
04/01/2010
Due date:
% Done:

100%

Estimated time:
Plus Target Version:
Release Notes:
Actions #1

Updated by Danny Bogaards about 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): ?>
Actions #2

Updated by Jim Pingle about 12 years ago

  • Status changed from New to Feedback
  • % Done changed from 0 to 100
Actions #3

Updated by Jim Pingle almost 12 years ago

  • Status changed from Feedback to Resolved
Actions

Also available in: Atom PDF