From e90f13e0413594d95e50256b1206ffd64217f2da Mon Sep 17 00:00:00 2001 From: Parker Berberian Date: Mon, 16 Mar 2020 10:10:30 -0400 Subject: Quick Deploy Fixes. Change-Id: I46d410af62e4962d235346ba56472aaacb9d3ff2 Signed-off-by: Parker Berberian --- src/workflow/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/workflow/forms.py') diff --git a/src/workflow/forms.py b/src/workflow/forms.py index 37bc390..a8d3413 100644 --- a/src/workflow/forms.py +++ b/src/workflow/forms.py @@ -330,7 +330,7 @@ class FormUtils: 'selectable': true, 'follow': false, 'multiple': multiple_hosts, - 'class': 'host' + 'class': 'resource' } if multiple_hosts: resource_node['values'] = [] # place to store multiple values -- cgit 1.2.3-korg ef='/'>index : yardstick
Grokmirror user
summaryrefslogtreecommitdiffstats
blob: 9a766b06a487aa3a9f9396a8a62f003ddadfce11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26