Skip to content
This repository was archived by the owner on Apr 22, 2022. It is now read-only.

Commit ea1c5fb

Browse files
jjjj
authored andcommitted
Adjustment to LIMES XML upload
1 parent d1ee070 commit ea1c5fb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/main/webapp/js/controllers.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -587,14 +587,14 @@ $scope.LaunchLimes = function(){
587587

588588
.then(function(data) {
589589
$scope.limes = {
590-
SourceServiceURI : data.data[0][1],
591-
TargetServiceURI : data.data[1][1],
592-
SourceVar: data.data[0][2],
593-
TargetVar: data.data[1][2],
594-
SourceSize: data.data[0][3],
595-
TargetSize: data.data[1][3],
596-
SourceRestr: data.data[0][4],
597-
TargetRestr: data.data[1][4],
590+
SourceServiceURI : data.data[0][0],
591+
TargetServiceURI : data.data[1][0],
592+
SourceVar: data.data[0][1],
593+
TargetVar: data.data[1][1],
594+
SourceSize: data.data[0][2],
595+
TargetSize: data.data[1][2],
596+
SourceRestr: data.data[0][3],
597+
TargetRestr: data.data[1][3],
598598
Metric: data.data[2],
599599
OutputFormat: data.data[5],
600600
ExecType: data.data[7],

0 commit comments

Comments
 (0)