mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02: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-detailsRow" ng-show="inventory_source_name">
|
||||||
<div class="StandardOut-detailsLabel">NAME</div>
|
<div class="StandardOut-detailsLabel">NAME</div>
|
||||||
<div class="StandardOut-detailsContent">
|
<div class="StandardOut-detailsContent">
|
||||||
<a href="/#/home/groups/?id={{ group }}">
|
<a href="/#/home/groups?id={{ group }}">
|
||||||
{{ inventory_source_name }}
|
{{ inventory_source_name }}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user