Code development platform for open source projects from the European Union institutions
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SMP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
eDelivery
SMP
Commits
6087f7c8
Commit
6087f7c8
authored
2 years ago
by
Joze RIHTARSIC
Browse files
Options
Downloads
Patches
Plain Diff
small fixes
parent
d443d864
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
smp-angular/src/app/smp.constants.ts
+1
-1
1 addition, 1 deletion
smp-angular/src/app/smp.constants.ts
smp-angular/src/app/user/user-details-dialog/user-details-dialog.component.html
+6
-2
6 additions, 2 deletions
...er/user-details-dialog/user-details-dialog.component.html
with
7 additions
and
3 deletions
smp-angular/src/app/smp.constants.ts
+
1
−
1
View file @
6087f7c8
export
class
SmpConstants
{
public
static
readonly
NULL_VALUE
:
string
=
"
-----------
"
public
static
readonly
DATE_TIME_FORMAT
=
'
dd/MM/yyyy
,
HH:mm:ss z
'
;
public
static
readonly
DATE_TIME_FORMAT
=
'
dd/MM/yyyy HH:mm:ss z
'
;
public
static
readonly
DATE_FORMAT
=
'
dd/MM/yyyy
'
;
public
static
readonly
PATH_PARAM_ENC_USER_ID
=
'
{user-id}
'
;
...
...
This diff is collapsed.
Click to expand it.
smp-angular/src/app/user/user-details-dialog/user-details-dialog.component.html
+
6
−
2
View file @
6087f7c8
...
...
@@ -87,7 +87,9 @@
value=
"{{!userForm.get('lastFailedLoginAttempt').value?nullValue:userForm.get('lastFailedLoginAttempt').value | date:dateTimeFormat}}"
maxlength=
"255"
disabled
>
</mat-form-field>
<mat-form-field>
</div>
<div
style=
"display: flex;flex-flow: row wrap;"
>
<mat-form-field
style=
"flex-grow: 1"
>
<input
matInput
placeholder=
"Suspended until"
value=
"{{!userForm.get('suspendedUtil').value?nullValue:userForm.get('suspendedUtil').value | date:dateTimeFormat}}"
maxlength=
"255"
disabled
>
...
...
@@ -151,7 +153,9 @@
value=
"{{!userForm.get('lastTokenFailedLoginAttempt').value?nullValue:userForm.get('lastTokenFailedLoginAttempt').value | date:dateTimeFormat}}"
maxlength=
"255"
disabled
>
</mat-form-field>
<mat-form-field>
</div>
<div
style=
"display: flex;flex-flow: row wrap;"
>
<mat-form-field
style=
"flex-grow: 1"
>
<input
matInput
placeholder=
"Suspended until"
value=
"{{!userForm.get('tokenSuspendedUtil').value?nullValue:userForm.get('tokenSuspendedUtil').value | date:dateTimeFormat}}"
maxlength=
"255"
disabled
>
...
...
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