mirror of
https://github.com/ansible/awx.git
synced 2026-03-04 10:11:05 -03:30
Fixed this /home/groups route. Having the extra slash before the query params was resulting in a redirect to the dashboard.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<div class="StandardOut-detailsRow" ng-show="inventory_source_name">
|
||||
<div class="StandardOut-detailsLabel">NAME</div>
|
||||
<div class="StandardOut-detailsContent">
|
||||
<a href="/#/home/groups/?id={{ group }}">
|
||||
<a href="/#/home/groups?id={{ group }}">
|
||||
{{ inventory_source_name }}
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user