mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-22 16:53:35 -05:00
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