Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PERFORMA_REPLICA
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Muhammad Usman
PERFORMA_REPLICA
Commits
c13def42
Commit
c13def42
authored
Jan 21, 2020
by
GD-A-150752
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ui-fixes
parent
2d629ab4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
edit-workflow-template.component.html
...t-workflow-template/edit-workflow-template.component.html
+1
-1
edit-workflow-template.component.scss
...t-workflow-template/edit-workflow-template.component.scss
+2
-2
No files found.
frontend/angular/src/app/components/admin-portal/edit-workflow-template/edit-workflow-template.component.html
View file @
c13def42
...
@@ -467,7 +467,7 @@
...
@@ -467,7 +467,7 @@
[
disabled
]="
showLoader
"
[
disabled
]="
showLoader
"
[
id
]="'
Delay
'+
message
.
ObjectID
+'
Id
'"
[
id
]="'
Delay
'+
message
.
ObjectID
+'
Id
'"
class=
"form-control"
class=
"form-control"
mask=
"9?9:99:99"
required
mask=
"9?9:99:99"
name=
"Delay{{message.ObjectID}}"
>
name=
"Delay{{message.ObjectID}}"
>
</p-inputMask>
</p-inputMask>
<div
(
click
)="
toggleInput
($
event
,
'
Delay
'+
message
.
ObjectID
,
true
)"
<div
(
click
)="
toggleInput
($
event
,
'
Delay
'+
message
.
ObjectID
,
true
)"
...
...
frontend/angular/src/app/components/admin-portal/edit-workflow-template/edit-workflow-template.component.scss
View file @
c13def42
...
@@ -74,12 +74,12 @@ p-inputMask {
...
@@ -74,12 +74,12 @@ p-inputMask {
::ng-deep
{
::ng-deep
{
input
,
p-inputMask
{
input
,
p-inputMask
{
&
.ng-invalid
{
&
.ng-invalid
.ng-touched
{
border
:
1px
solid
red
;
border
:
1px
solid
red
;
}
}
}
}
p-dropdown
.ng-invalid
>
.ui-dropdown
{
p-dropdown
.ng-invalid
.ng-touched
>
.ui-dropdown
{
background-image
:
linear-gradient
(
to
bottom
,
rgba
(
3
,
160
,
231
,
0
.5
)
,
rgba
(
3
,
160
,
231
,
0
.5
))
,
linear-gradient
(
to
bottom
,
red
,
red
)
!
important
;
background-image
:
linear-gradient
(
to
bottom
,
rgba
(
3
,
160
,
231
,
0
.5
)
,
rgba
(
3
,
160
,
231
,
0
.5
))
,
linear-gradient
(
to
bottom
,
red
,
red
)
!
important
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment