diff options
Diffstat (limited to 'ogcp/views.py')
-rw-r--r-- | ogcp/views.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ogcp/views.py b/ogcp/views.py index 61e146b..de92430 100644 --- a/ogcp/views.py +++ b/ogcp/views.py @@ -581,6 +581,8 @@ def action_client_info(): images = r.json()['images'] setup = get_client_setup(ips) + if setup and setup[0].get('code') == 'MSDOS': + setup[0]['code'] = 'MBR' for entry in setup: if images and entry['image'] != 0: |