mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
/// -> //
git-svn-id: http://www.observium.org/svn/observer/trunk@3240 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
$pagetitle[] = "Ports";
|
||||
|
||||
/// Set Defaults here
|
||||
// Set Defaults here
|
||||
|
||||
if(!isset($vars['format'])) { $vars['format'] = "list_basic"; }
|
||||
|
||||
@@ -96,9 +96,9 @@ foreach ($ports as $data)
|
||||
<select style="width: 200px;" name="location" id="location">
|
||||
<option value="">All Locations</option>
|
||||
<?php
|
||||
/// fix me function?
|
||||
// fix me function?
|
||||
|
||||
foreach (getlocations() as $location) /// FIXME function name sucks maybe get_locations ?
|
||||
foreach (getlocations() as $location) // FIXME function name sucks maybe get_locations ?
|
||||
{
|
||||
if ($location)
|
||||
{
|
||||
@@ -306,7 +306,7 @@ list($format, $subformat) = explode("_", $vars['format']);
|
||||
|
||||
$ports = dbFetchRows($query, $param);
|
||||
|
||||
/// FIXME - only populate what we need to search at this point, because we shouldn't show *all* ports, as it's silly.
|
||||
// FIXME - only populate what we need to search at this point, because we shouldn't show *all* ports, as it's silly.
|
||||
|
||||
foreach ($ports as $p)
|
||||
{
|
||||
|
Reference in New Issue
Block a user