Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DLCM-Portal
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DLCM
UI
DLCM-Portal
Commits
ac141862
Commit
ac141862
authored
4 years ago
by
William Arsac
Committed by
Florent POITTEVIN
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
feat: add missing decorator in SharedAbstractButtonToolbarPresentational
parent
26c67b91
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/shared/components/presentationals/shared-abstract-button-toolbar/shared-abstract-button-toolbar.presentational.ts
+2
-0
2 additions, 0 deletions
...-toolbar/shared-abstract-button-toolbar.presentational.ts
with
2 additions
and
0 deletions
src/app/shared/components/presentationals/shared-abstract-button-toolbar/shared-abstract-button-toolbar.presentational.ts
+
2
−
0
View file @
ac141862
import
{
import
{
Directive
,
ElementRef
,
ElementRef
,
Input
,
Input
,
OnInit
,
OnInit
,
...
@@ -20,6 +21,7 @@ import {
...
@@ -20,6 +21,7 @@ import {
ObservableUtil
,
ObservableUtil
,
}
from
"
solidify-frontend
"
;
}
from
"
solidify-frontend
"
;
@
Directive
()
export
abstract
class
SharedAbstractButtonToolbarPresentational
<
TResourceModel
extends
BaseResource
>
extends
SharedAbstractPresentational
implements
OnInit
{
export
abstract
class
SharedAbstractButtonToolbarPresentational
<
TResourceModel
extends
BaseResource
>
extends
SharedAbstractPresentational
implements
OnInit
{
@
Input
()
@
Input
()
readonly
keyBackButtonToTranslate
:
string
=
LabelTranslateEnum
.
backToList
;
readonly
keyBackButtonToTranslate
:
string
=
LabelTranslateEnum
.
backToList
;
...
...
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