mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
improve traceback details label
This commit is contained in:
parent
9cc9bdc4b5
commit
61757fb2b1
@ -290,7 +290,7 @@ function getResultTracebackDetails () {
|
||||
}
|
||||
|
||||
const limit = 150;
|
||||
const label = 'Results Traceback';
|
||||
const label = 'Error Details';
|
||||
|
||||
const more = traceback;
|
||||
const less = $filter('limitTo')(more, limit);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user