mirror of
https://github.com/ansible/awx.git
synced 2026-05-15 05:17:36 -02:30
Fixed this other /home/groups href by removing the extra slash
This commit is contained in:
@@ -72,7 +72,7 @@
|
|||||||
<div class="StandardOut-detailsRow" ng-show="inventory_source_name">
|
<div class="StandardOut-detailsRow" ng-show="inventory_source_name">
|
||||||
<div class="StandardOut-detailsLabel">GROUP</div>
|
<div class="StandardOut-detailsLabel">GROUP</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