Skip to content
Snippets Groups Projects
Commit e512f222 authored by Nigel Kukard's avatar Nigel Kukard
Browse files

Return to the right dashboard page on back

parent b230da83
No related branches found
No related tags found
No related merge requests found
......@@ -309,11 +309,15 @@ EOF
goto END;
}
# Escape things we need
my $interfaceGroupEscaped = uri_escape($interfaceGroupID);
# Header for the page
$content .= <<EOF;
<legend>
<a href="/limits/pool-list"><span class="glyphicon glyphicon-circle-arrow-left"></span></a>
<a href="/statistics/igdashboard?interface-group=$interfaceGroupEscaped">
<span class="glyphicon glyphicon-circle-arrow-left"></span>
</a>
Class Stats View
</legend>
EOF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment