mirror of https://git.48k.eu/ogcp
views: provide a hint in list images that one or more can be select
Provide an indication that one or more images can be selected.master
parent
685b34d56d
commit
5c3f700937
|
@ -2512,7 +2512,7 @@ def action_image_list():
|
|||
ids = parse_elements(params)
|
||||
ids = [int(id) for id in ids if id.isdigit()]
|
||||
if not ids:
|
||||
flash(_('Please, select an image'), category='error')
|
||||
flash(_('Please, select one more images to be listed'), category='error')
|
||||
return redirect(url_for('images'))
|
||||
server = get_server_from_ip_port(params['image-server'])
|
||||
try:
|
||||
|
|
Loading…
Reference in New Issue