diff options
Diffstat (limited to 'ogcp/views.py')
-rw-r--r-- | ogcp/views.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ogcp/views.py b/ogcp/views.py index 692bef1..705605b 100644 --- a/ogcp/views.py +++ b/ogcp/views.py @@ -3914,6 +3914,7 @@ def action_image_config(): server = get_server_from_ip_port(params['image-server']) form.image_id.data = image_id + form.name.data = image_name r = server.get('/image/restrict', {'image': int(image_id)}) if not r: |