Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
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
Show more breadcrumbs
web-et-numerique
Factory
Resin
Client
Commits
5082372c
Commit
5082372c
authored
3 days ago
by
Marlène SIMONDANT
Browse files
Options
Downloads
Patches
Plain Diff
Display status and actions properly
parent
eb160d37
No related branches found
Branches containing commit
No related tags found
1 merge request
!983
Draft: feat(dashboard) : create dashboard !
Pipeline
#123744
passed
3 days ago
Stage: build
Stage: deploy
Stage: quality
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/profile/dashboard/orientations-table/orientations-table.component.html
+6
-6
6 additions, 6 deletions
...oard/orientations-table/orientations-table.component.html
with
6 additions
and
6 deletions
src/app/profile/dashboard/orientations-table/orientations-table.component.html
+
6
−
6
View file @
5082372c
...
@@ -73,20 +73,20 @@
...
@@ -73,20 +73,20 @@
</div>
</div>
<div>
<div>
<app-tag-item
<app-tag-item
[label]=
"getStatus(orientation.status)"
[label]=
"getStatus
Label
(orientation.status)"
[size]=
"'small'"
[size]=
"'small'"
[color]=
"
'dark-blue'
"
[color]=
"
getStatusColor(orientation.status)
"
[iconFolder]=
"'tags'"
[iconFolder]=
"'tags'"
[iconName]=
"
'new'
"
[iconName]=
"
getStatusIcon(orientation.status)
"
/>
/>
</div>
</div>
<div>
<div>
<app-tag-item
<app-tag-item
[label]=
"getAction('toto')"
[label]=
"getAction
Label
('toto')"
[size]=
"'small'"
[size]=
"'small'"
[color]=
"
'blue'
"
[color]=
"
getActionColor('toto')
"
[iconFolder]=
"'tags'"
[iconFolder]=
"'tags'"
[iconName]=
"
'calendar'
"
[iconName]=
"
getActionIcon('toto')
"
/>
/>
</div>
</div>
<div
class=
"hide-on-mobile"
>
🢒
</div>
<div
class=
"hide-on-mobile"
>
🢒
</div>
...
...
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