Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
anis-client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
anis
anis-client
Commits
c16e2ce3
Commit
c16e2ce3
authored
4 years ago
by
Tifenn Guillas
Browse files
Options
Downloads
Patches
Plain Diff
Fix bug attribute disparition => DONE
parent
ef6d4d90
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!169
Develop
,
!158
Resolve "Bug display 0 value into datatable"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+1
-0
1 addition, 0 deletions
CHANGELOG.md
src/app/shared/datatable/datatable.component.html
+1
-1
1 addition, 1 deletion
src/app/shared/datatable/datatable.component.html
with
2 additions
and
1 deletion
CHANGELOG.md
+
1
−
0
View file @
c16e2ce3
...
...
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-
#136 => Add detail view for spectra type object and default object
### Fixed
-
#142 => Fix bug datatable: attribute disappeared in specific circonstances
### Changed
-
#145 => Display public datasets only when no user logged in
...
...
This diff is collapsed.
Click to expand it.
src/app/shared/datatable/datatable.component.html
+
1
−
1
View file @
c16e2ce3
...
...
@@ -56,7 +56,7 @@
</button>
</td>
<td
*ngFor=
"let attribute of getOutputList()"
class=
"align-middle"
>
<div
*ngIf=
"datum[attribute.label]"
[ngSwitch]=
"attribute.renderer"
>
<div
[ngSwitch]=
"attribute.renderer"
>
<div
*ngSwitchCase=
"'detail'"
>
<app-detail
[value]=
"datum[attribute.label]"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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