mirror of
https://github.com/ansible/awx.git
synced 2026-03-05 18:51:06 -03:30
improve traceback details label
This commit is contained in:
@@ -290,7 +290,7 @@ function getResultTracebackDetails () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const limit = 150;
|
const limit = 150;
|
||||||
const label = 'Results Traceback';
|
const label = 'Error Details';
|
||||||
|
|
||||||
const more = traceback;
|
const more = traceback;
|
||||||
const less = $filter('limitTo')(more, limit);
|
const less = $filter('limitTo')(more, limit);
|
||||||
|
|||||||
Reference in New Issue
Block a user