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
OpenGnSys Support Team 2024-02-05 12:16:18 +01:00
parent 685b34d56d
commit 5c3f700937
1 changed files with 1 additions and 1 deletions

View File

@ -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: