mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
remove troubleshooting code
This commit is contained in:
parent
4fd299b8df
commit
caf897c826
@ -393,7 +393,7 @@ foreach ($widgets as $widgetname => $widgetconfig) {
|
||||
|
||||
//if col$currentColumnNumber exists
|
||||
if (isset($widgetColumns['col'.$currentColumnNumber])) {
|
||||
echo '<div class="test col-md-' . $columnWidth . '" id="widgets-col' . $currentColumnNumber . '">';
|
||||
echo '<div class="col-md-' . $columnWidth . '" id="widgets-col' . $currentColumnNumber . '">';
|
||||
$columnWidgets = $widgetColumns['col'.$currentColumnNumber];
|
||||
|
||||
foreach ($columnWidgets as $widgetname => $widgetconfig) {
|
||||
@ -432,7 +432,7 @@ foreach ($widgets as $widgetname => $widgetconfig) {
|
||||
}
|
||||
echo "</div>";
|
||||
} else {
|
||||
echo '<div class="test2 col-md-' . $columnWidth . '" id="widgets-col' . $currentColumnNumber . '"></div>';
|
||||
echo '<div class="col-md-' . $columnWidth . '" id="widgets-col' . $currentColumnNumber . '"></div>';
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user