Skip to content
This repository has been archived by the owner on Feb 23, 2018. It is now read-only.

Commit

Permalink
#1 info work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
Hetal Patel committed Jan 29, 2018
1 parent 9796c4b commit 58af9f7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import java.io.IOException;
import java.io.InputStream;
import java.util.List;

import javax.servlet.http.HttpServletRequest;

Expand Down Expand Up @@ -34,6 +35,7 @@
import com.emc.metalnx.core.domain.exceptions.DataGridConnectionRefusedException;
import com.emc.metalnx.core.domain.exceptions.DataGridException;
import com.emc.metalnx.modelattribute.breadcrumb.DataGridBreadcrumb;
import com.emc.metalnx.modelattribute.breadcrumb.DataGridBreadcrumbItem;
import com.emc.metalnx.services.interfaces.CollectionService;
import com.emc.metalnx.services.interfaces.IRODSServices;
import com.emc.metalnx.services.interfaces.IconService;
Expand Down Expand Up @@ -87,6 +89,7 @@ public String getTestCollectionInfo(final Model model, HttpServletRequest reques
model.addAttribute("iconToDisplay", iconToDisplay);
model.addAttribute("dataProfile", dataProfile);
model.addAttribute("breadcrumb", new DataGridBreadcrumb(dataProfile.getAbsolutePath()));
DataGridBreadcrumb bc = new DataGridBreadcrumb(dataProfile.getAbsolutePath());

System.out.println("Absolute Path :: " +dataProfile.getAbsolutePath());
String template = "";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ <h4 id="uploadModalLabel" class="modal-title" th:text="#{upload.label}"></h4>


function getSubDirectories(path) {
//alert("getSubDirectories")
alert("getSubDirectories")
console.log("Collection managemnet - getSubDirectories()");
$("#table-loader").show();
$("#tree-view-panel-body").hide();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,5 +149,6 @@
<div class="col-sm-12" />

</div>

</th:block>

0 comments on commit 58af9f7

Please sign in to comment.