mirror of
https://github.com/ansible/awx.git
synced 2026-02-21 05:00:07 -03:30
improve traceback details label
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user