mirror of
https://github.com/ansible/awx.git
synced 2026-02-16 10:40:01 -03:30
remove view/edit icon from dashboard Recent Template list
This commit is contained in:
@@ -32,10 +32,6 @@
|
|||||||
</td>
|
</td>
|
||||||
<td class="List-actionsContainer">
|
<td class="List-actionsContainer">
|
||||||
<div class="List-actionButtonCell">
|
<div class="List-actionButtonCell">
|
||||||
<button class="List-actionButton" ng-click="editTemplate(template)">
|
|
||||||
<i class="fa fa-pencil" ng-show="template.can_edit"></i>
|
|
||||||
<i class="fa fa-search-plus" ng-show="!template.can_edit"></i>
|
|
||||||
</button>
|
|
||||||
<at-launch-template template="template"
|
<at-launch-template template="template"
|
||||||
ng-show="template.can_start">
|
ng-show="template.can_start">
|
||||||
</at-launch-template>
|
</at-launch-template>
|
||||||
|
|||||||
Reference in New Issue
Block a user