|
73 | 73 | return this.name ? "node_label_italic" : ""; |
74 | 74 | }, |
75 | 75 | oneditprepare: function() { |
76 | | - $.getJSON('watson-retrieve-rank/vcap/').done(function (service) { |
| 76 | + $.getJSON('watson-retrieve-and-rank/vcap/').done(function (service) { |
77 | 77 | $('.credentials').toggle(!service); |
78 | 78 | }).fail(function () { |
79 | 79 | $('.credentials').show(); |
|
165 | 165 | $('.form-row.mode.rankerid').show(); |
166 | 166 | } |
167 | 167 | }); |
168 | | - $.getJSON('watson-retrieve-rank/vcap/').done(function (service) { |
| 168 | + $.getJSON('watson-retrieve-and-rank/vcap/').done(function (service) { |
169 | 169 | $('.credentials').toggle(!service); |
170 | 170 | }).fail(function () { |
171 | 171 | $('.credentials').show(); |
|
258 | 258 | return this.name ? "node_label_italic" : ""; |
259 | 259 | }, |
260 | 260 | oneditprepare: function() { |
261 | | - $.getJSON('watson-retrieve-rank/vcap/').done(function (service) { |
| 261 | + $.getJSON('watson-retrieve-and-rank/vcap/').done(function (service) { |
262 | 262 | $('.credentials').toggle(!service); |
263 | 263 | }).fail(function () { |
264 | 264 | $('.credentials').show(); |
|
352 | 352 | return this.name ? "node_label_italic" : ""; |
353 | 353 | }, |
354 | 354 | oneditprepare: function() { |
355 | | - $.getJSON('watson-retrieve-rank/vcap/').done(function (service) { |
| 355 | + $.getJSON('watson-retrieve-and-rank/vcap/').done(function (service) { |
356 | 356 | $('.credentials').toggle(!service); |
357 | 357 | }).fail(function () { |
358 | 358 | $('.credentials').show(); |
|
442 | 442 | $('.form-row.mode.clusterid').show(); |
443 | 443 | } |
444 | 444 | }); |
445 | | - $.getJSON('watson-retrieve-rank/vcap/').done(function (service) { |
| 445 | + $.getJSON('watson-retrieve-and-rank/vcap/').done(function (service) { |
446 | 446 | $('.credentials').toggle(!service); |
447 | 447 | }).fail(function () { |
448 | 448 | $('.credentials').show(); |
|
512 | 512 | return this.name ? "node_label_italic" : ""; |
513 | 513 | }, |
514 | 514 | oneditprepare: function() { |
515 | | - $.getJSON('watson-retrieve-rank/vcap/').done(function (service) { |
| 515 | + $.getJSON('watson-retrieve-and-rank/vcap/').done(function (service) { |
516 | 516 | $('.credentials').toggle(!service); |
517 | 517 | }).fail(function () { |
518 | 518 | $('.credentials').show(); |
|
600 | 600 | $('.form-row.mode.configname').show(); |
601 | 601 | } |
602 | 602 | }); |
603 | | - $.getJSON('watson-retrieve-rank/vcap/').done(function (service) { |
| 603 | + $.getJSON('watson-retrieve-and-rank/vcap/').done(function (service) { |
604 | 604 | $('.credentials').toggle(!service); |
605 | 605 | }).fail(function () { |
606 | 606 | $('.credentials').show(); |
|
696 | 696 | $('.form-row.mode.configname').hide(); |
697 | 697 | } |
698 | 698 | }); |
699 | | - $.getJSON('watson-retrieve-rank/vcap/').done(function (service) { |
| 699 | + $.getJSON('watson-retrieve-and-rank/vcap/').done(function (service) { |
700 | 700 | $('.credentials').toggle(!service); |
701 | 701 | }).fail(function () { |
702 | 702 | $('.credentials').show(); |
|
0 commit comments