mirror of
https://github.com/ansible/awx.git
synced 2026-03-03 01:38:50 -03:30
fix auditor issues
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
collection="collection"
|
||||
search-tags="searchTags">
|
||||
</smart-search>
|
||||
<div class="at-List-toolbarAction">
|
||||
<div class="at-List-toolbarAction" ng-show="canAdd">
|
||||
<button
|
||||
type="button"
|
||||
ui-sref="applications.add"
|
||||
@@ -51,13 +51,9 @@
|
||||
</at-row-item>
|
||||
</div>
|
||||
<div class="at-Row-actions">
|
||||
<!-- TODO: delete application should be based on user capabilities but that's not
|
||||
implemented in the api yet -->
|
||||
<at-row-action icon="fa-trash" ng-click="vm.deleteApplication(application)">
|
||||
</at-row-action>
|
||||
<!-- <at-row-action icon="fa-trash" ng-click="vm.deleteApplication(application)"
|
||||
<at-row-action icon="fa-trash" ng-click="vm.deleteApplication(application)"
|
||||
ng-show="application.summary_fields.user_capabilities.delete">
|
||||
</at-row-action> -->
|
||||
</at-row-action>
|
||||
</div>
|
||||
</at-row>
|
||||
</at-list>
|
||||
|
||||
@@ -16,6 +16,10 @@
|
||||
padding-top: 4px;
|
||||
}
|
||||
|
||||
input.DatePicker-input[disabled] {
|
||||
background: @ebgrey;
|
||||
}
|
||||
|
||||
@media (min-width: 901px) {
|
||||
.SchedulerForm-formGroup {
|
||||
flex: 0 0 auto;
|
||||
|
||||
Reference in New Issue
Block a user