Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Dspace7 Angular
Manage
Activity
Members
Labels
Plan
Issues
42
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
code.vt.edu will be down for maintenance from 0530-0630 EDT Wednesday, March 26th
Show more breadcrumbs
vtechworks
Dspace7 Angular
Commits
ee099e27
Commit
ee099e27
authored
7 years ago
by
Jonas Van Goolen
Browse files
Options
Downloads
Patches
Plain Diff
#150 Removal of iml file + small margin between pagination and grid
parent
9be1d594
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dspace-angular.iml
+0
-8
0 additions, 8 deletions
dspace-angular.iml
src/app/shared/object-grid/object-grid.component.html
+1
-1
1 addition, 1 deletion
src/app/shared/object-grid/object-grid.component.html
with
1 addition
and
9 deletions
dspace-angular.iml
deleted
100644 → 0
+
0
−
8
View file @
9be1d594
<?xml version="1.0" encoding="UTF-8"?>
<module
version=
"4"
>
<component
name=
"NewModuleRootManager"
>
<content
url=
"file://$MODULE_DIR$"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"library"
name=
"node_modules"
level=
"project"
/>
</component>
</module>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/app/shared/object-grid/object-grid.component.html
+
1
−
1
View file @
ee099e27
...
...
@@ -10,7 +10,7 @@
(sortDirectionChange)=
"onSortDirectionChange($event)"
(sortFieldChange)=
"onSortDirectionChange($event)"
(paginationChange)=
"onPaginationChange($event)"
>
<div
class=
"row "
*ngIf=
"objects.hasSucceeded | async"
@
fadeIn
>
<div
class=
"row
mt-2
"
*ngIf=
"objects.hasSucceeded | async"
@
fadeIn
>
<div
class=
"col-lg-4 col-sm-6 col-xs-12 "
*ngFor=
"let object of (objects.payload | async) | paginate: { itemsPerPage: (pageInfo | async)?.elementsPerPage, currentPage: (pageInfo | async)?.currentPage, totalItems: (pageInfo | async)?.totalElements }"
>
<ds-wrapper-grid-element
[object]=
"object"
></ds-wrapper-grid-element>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment