From 564fb5aa5babfc16b72a9b1aa95f65b80c663d05 Mon Sep 17 00:00:00 2001 From: pengyuesheng Date: Tue, 23 Apr 2019 16:35:28 +0800 Subject: [PATCH] Display the error message on create volume group form On create volume group form, if the volume type is not selected, the creation is not successful, but no prompt message is shown. This patch display error message when volume type is not selected Change-Id: Ib7d7531a3cdeb6166dd63381901bc4ba2db412e0 Closes-Bug: #1825952 --- .../templates/horizon/common/_workflow_step_update_members.html | 1 + 1 file changed, 1 insertion(+) diff --git a/horizon/templates/horizon/common/_workflow_step_update_members.html b/horizon/templates/horizon/common/_workflow_step_update_members.html index 38e9dc9ef4..75b95ed2bc 100644 --- a/horizon/templates/horizon/common/_workflow_step_update_members.html +++ b/horizon/templates/horizon/common/_workflow_step_update_members.html @@ -3,6 +3,7 @@