Skip to content

Commit

Permalink
Issue kimchi-project#60 : UI not displaying FC luns listing
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Pooja Kulkarni authored and Lucio Correia committed Sep 13, 2016
1 parent 7e67f64 commit dde52f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/js/src/gingers390x.api.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ var gingers390x = {
},
listFCPluns: function(suc, err) {
wok.requestJSON({
url: 'plugins/gingers390x/fcluns?type="disk"&configured="false"',
url: 'plugins/gingers390x/fcluns?type=disk&configured=false',
type: 'GET',
contentType: 'application/json',
dataType: 'json',
Expand Down

0 comments on commit dde52f6

Please sign in to comment.