fixed dashboard icon under job template section for system auditor user

dashboard icon fixed
This commit is contained in:
Haokun Chen 2018-05-30 16:05:16 -04:00 committed by Haokun-Chen
parent b3b38777c1
commit be4e5c8f06
2 changed files with 4 additions and 2 deletions

View File

@ -32,7 +32,8 @@ export default
can_start: template.summary_fields.user_capabilities.start,
name: template.name,
id: template.id,
type: template.type
type: template.type,
can_edit: template.summary_fields.user_capabilities.edit
}; });
}

View File

@ -33,7 +33,8 @@
<td class="List-actionsContainer">
<div class="List-actionButtonCell">
<button class="List-actionButton" ng-click="editTemplate(template)">
<i class="fa fa-pencil"></i>
<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"
ng-show="template.can_start">