mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 23:16:01 -03:30
AC-550 When user views inventory update status (by clicking on the status link) an alert at the top of the dialog will show when the error is caused by a license violation.
This commit is contained in:
@@ -63,7 +63,7 @@ angular.module('ActivityDetailDefinition', [])
|
||||
},
|
||||
changes: {
|
||||
label: 'Changes',
|
||||
type: 'lgtextarea',
|
||||
type: 'textarea',
|
||||
ngHide: "!changes || changes =='' || changes == 'null'",
|
||||
readonly: true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user