Skip to content

Commit

Permalink
Docs images updated
Browse files Browse the repository at this point in the history
  • Loading branch information
giuseppeciulla committed Jul 19, 2018
1 parent e00bb8f commit c0d1f2d
Show file tree
Hide file tree
Showing 20 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions IdraPortal/src/main/webapp/datalets/datalet.services.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function dataletsAPI($log,$http,config,$rootScope){
$log.info("Get Datalets By Distribution");
return $http({
method: 'GET',
url: config.CLIENT_SERVICES_BASE_URL+"/node/"+nodeID+"/dataset/"+datasetID+"/distribution/"+distributionID+"/datalets",
url: config.CLIENT_SERVICES_BASE_URL+"/catalogues/"+nodeID+"/dataset/"+datasetID+"/distribution/"+distributionID+"/datalets",
headers: {
'Content-Type': 'application/json'
}
Expand All @@ -61,7 +61,7 @@ function dataletsAPI($log,$http,config,$rootScope){
$log.info("Update Datalet view");
return $http({
method: 'PUT',
url: config.CLIENT_SERVICES_BASE_URL+"/node/"+datalet.nodeID+"/dataset/"+datalet.datasetID+"/distribution/"+datalet.distributionID+"/datalet/"+datalet.id+"/updateViews",
url: config.CLIENT_SERVICES_BASE_URL+"/catalogues/"+datalet.nodeID+"/dataset/"+datalet.datasetID+"/distribution/"+datalet.distributionID+"/datalet/"+datalet.id+"/updateViews",
headers: {
'Content-Type': 'application/json'
}
Expand All @@ -72,7 +72,7 @@ function dataletsAPI($log,$http,config,$rootScope){
$log.info("Delete Datalet");
return $http({
method: 'DELETE',
url: config.ADMIN_SERVICES_BASE_URL+"/node/"+datalet.nodeID+"/dataset/"+datalet.datasetID+"/distribution/"+datalet.distributionID+"/deleteDatalet/"+datalet.id,
url: config.ADMIN_SERVICES_BASE_URL+"/catalogues/"+datalet.nodeID+"/dataset/"+datalet.datasetID+"/distribution/"+datalet.distributionID+"/deleteDatalet/"+datalet.id,
headers: {
'Content-Type': 'application/json',
'Authorization': "Bearer " +$rootScope.token
Expand Down
4 changes: 2 additions & 2 deletions IdraPortal/src/main/webapp/metadata/datasetDetail.js
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ angular.module("IdraPlatform").controller('DatasetDetailCtrl',['$scope','$rootSc
// console.log("GET DATASET");
// var req = {
// method: 'GET',
// url: config.CLIENT_SERVICES_BASE_URL+"/node/"+$scope.dataset.nodeID+"/dataset/"+$scope.dataset.id,
// url: config.CLIENT_SERVICES_BASE_URL+"/catalogues/"+$scope.dataset.nodeID+"/dataset/"+$scope.dataset.id,
// headers: {
// 'Content-Type': 'application/json'
// }
Expand Down Expand Up @@ -307,7 +307,7 @@ angular.module("IdraPlatform").controller('DatasetDetailCtrl',['$scope','$rootSc

var req = {
method: 'GET',
url: config.CLIENT_SERVICES_BASE_URL+"/node/"+nodeID+"/dataset/"+datasetID+"/distribution/"+distribution.id+"/datalets",
url: config.CLIENT_SERVICES_BASE_URL+"/catalogues/"+nodeID+"/dataset/"+datasetID+"/distribution/"+distribution.id+"/datalets",
headers: {
'Content-Type': 'application/json'
}
Expand Down
Binary file modified docs/source/manuals/addNode.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/manuals/administration_nodes.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/manuals/advanced.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/manuals/buttons.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/source/manuals/buttons1.png
Binary file not shown.
Binary file modified docs/source/manuals/configurations.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/manuals/datalet_detail.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/manuals/datalet_management.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/manuals/datasetDetail2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/manuals/logs.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/manuals/remotes.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/manuals/searchResults.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/manuals/sparql.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/manuals/sparqlresult.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/manuals/userhomepage.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/source/manuals/userhomepage1.png
Binary file not shown.
Binary file modified docs/source/manuals/viewnodes.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/manuals/viewnodes1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c0d1f2d

Please sign in to comment.