diff --git a/app/scripts/annotations/annotations.table.model.ts b/app/scripts/annotations/annotations.table.model.ts index 0fe296ec8..1a5168dd1 100644 --- a/app/scripts/annotations/annotations.table.model.ts +++ b/app/scripts/annotations/annotations.table.model.ts @@ -30,7 +30,8 @@ module ngApp.projects.models { id: "project.project_id", td: row => row.project && '' + + '" data-tooltip-popup-delay=1000' + + '" data-tooltip-append-to-body="true">' + row.project.project_id + '', sortable: true diff --git a/app/scripts/cart/cart.table.model.ts b/app/scripts/cart/cart.table.model.ts index 335cb35c4..72cb0069a 100644 --- a/app/scripts/cart/cart.table.model.ts +++ b/app/scripts/cart/cart.table.model.ts @@ -20,7 +20,8 @@ module ngApp.cart.models { { name: "Action", id: "file_actions", - td: row =>"" + "", @@ -38,9 +39,8 @@ module ngApp.cart.models { }, { name: "Access", id: "access", - td: row => '', - sortable: true, - tdClassName: "text-center" + td: row => ' ' + row.access, + sortable: true }, { name: "File Name", id: "file_name", diff --git a/app/scripts/cart/templates/remove-single.html b/app/scripts/cart/templates/remove-single.html index 9f68d5f7d..db828d2ec 100644 --- a/app/scripts/cart/templates/remove-single.html +++ b/app/scripts/cart/templates/remove-single.html @@ -1 +1,4 @@ - + diff --git a/app/scripts/components/tables/templates/arrange-columns.html b/app/scripts/components/tables/templates/arrange-columns.html index b0968d3f6..4464ae936 100644 --- a/app/scripts/components/tables/templates/arrange-columns.html +++ b/app/scripts/components/tables/templates/arrange-columns.html @@ -1,6 +1,7 @@