diff --git a/ogcp/views.py b/ogcp/views.py index 6647c36..bff61f3 100644 --- a/ogcp/views.py +++ b/ogcp/views.py @@ -774,10 +774,6 @@ def action_setup_show(): setup_data = get_client_setup(base_client) - if not setup_data: - flash(_('Partition information is not available. Boot client in ogLive mode to obtain it'), category='error') - return redirect(url_for('commands')) - selected_disk = 1 common_disk_data = get_common_disk_data(ips) @@ -1185,10 +1181,6 @@ def action_software(): server = get_server_from_clients(ips) r = server.get('/client/setup', payload={'client': list(ips)}) - if not r.json()['partitions']: - flash(_('Software inventory is not available. Boot client in ogLive mode to obtain it'), category='error') - return redirect(url_for('commands')) - for part in r.json()['partitions']: part_id = part['partition'] if part_id == 0: