Skip to content

Commit dde52f6

Browse files
Pooja KulkarniLucio Correia
Pooja Kulkarni
authored and
Lucio Correia
committed
Issue kimchi-project#60 : UI not displaying FC luns listing
This patch fixes the error of add FCP pop up not listing available luns, caused due to incorrect url filtering. Signed-off-by: Pooja Kulkarni <[email protected]>
1 parent 7e67f64 commit dde52f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/js/src/gingers390x.api.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ var gingers390x = {
150150
},
151151
listFCPluns: function(suc, err) {
152152
wok.requestJSON({
153-
url: 'plugins/gingers390x/fcluns?type="disk"&configured="false"',
153+
url: 'plugins/gingers390x/fcluns?type=disk&configured=false',
154154
type: 'GET',
155155
contentType: 'application/json',
156156
dataType: 'json',

0 commit comments

Comments
 (0)