mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-24 09:43:35 -05:00
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