mirror of
https://github.com/ansible/awx.git
synced 2026-03-20 18:37:39 -02:30
Add new ansi_download format to download stdout and preserve ANSI escape sequences.
This commit is contained in:
@@ -80,3 +80,8 @@ class AnsiTextRenderer(PlainTextRenderer):
|
||||
|
||||
media_type = 'text/plain'
|
||||
format = 'ansi'
|
||||
|
||||
|
||||
class AnsiDownloadRenderer(PlainTextRenderer):
|
||||
|
||||
format = "ansi_download"
|
||||
|
||||
Reference in New Issue
Block a user