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
7e32a04e
Commit
7e32a04e
authored
Dec 10, 2019
by
GD-A-150752
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug-Fix
S52873958 #Capture CV Alignment
parent
fcda03f9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
28 deletions
+28
-28
edit-workflow-template.component.html
...t-workflow-template/edit-workflow-template.component.html
+28
-28
No files found.
frontend/angular/src/app/components/admin-portal/edit-workflow-template/edit-workflow-template.component.html
View file @
7e32a04e
...
@@ -68,34 +68,34 @@
...
@@ -68,34 +68,34 @@
<div
class=
"work-belonging ui-g-12 mb-0"
>
<div
class=
"work-belonging ui-g-12 mb-0"
>
<span
class=
"calcField"
>
Application
</span>
<span
class=
"calcField"
>
Application
</span>
</div>
</div>
<div
class=
"form-group ui-g-
12
"
>
<div
class=
"form-group ui-g-
6
"
>
<div
class=
"ui-g"
>
<div
class=
"ui-g
-6
"
>
<
div
class=
"ui-g-3"
>
<
label
for=
"CaptureCV"
>
Capture CV
</label
>
<label
for=
"CaptureCV"
>
Capture CV
</label>
<p-inputSwitch
[(
ngModel
)]="
workflow
.
CaptureCV
"
[
disabled
]="
showLoader
"
<p-inputSwitch
[(
ngModel
)]="
workflow
.
CaptureCV
"
[
disabled
]="
showLoader
"
name=
"CaptureCV"
id=
"CaptureCV"
>
name=
"CaptureCV"
id=
"CaptureCV"
>
</p-inputSwitch
>
</p-inputSwitch
>
</div
>
</div
>
<div
class=
"ui-g-6"
*
ngIf=
"workflow.CaptureCV"
>
<
div
class=
"ui-g-3"
*
ngIf=
"workflow.CaptureCV"
>
<
label
for=
"ThankYouSecondaryText"
>
Mandatory
</label
>
<label
for=
"ThankYouSecondaryText"
>
Mandatory
</label>
<p-inputSwitch
[(
ngModel
)]="
workflow
.
IsCVMandatory
"
<p-inputSwitch
[(
ngModel
)]="
workflow
.
IsCVMandatory
"
[
disabled
]="
showLoader
"
[
disabled
]="
showLoader
"
name=
"IsCVMandatory"
id=
"IsCVMandatory"
>
name=
"IsCVMandatory"
id=
"IsCVMandatory"
>
</p-inputSwitch
>
</p-inputSwitch
>
</div
>
</div>
</div>
<div
class=
"ui-g-3
"
>
<div
class=
"form-group ui-g-6
"
>
<label
for=
"CaptureCL"
>
Capture Cover Letter
</label
>
<div
class=
"ui-g-7"
>
<p-inputSwitch
[(
ngModel
)]="
workflow
.
CaptureCL
"
[
disabled
]="
showLoader
"
<label
for=
"CaptureCL"
>
Capture Cover Letter
</label>
name=
"CaptureCL"
id=
"CaptureCL"
>
<p-inputSwitch
[(
ngModel
)]="
workflow
.
CaptureCL
"
[
disabled
]="
showLoader
"
</p-inputSwitch
>
name=
"CaptureCL"
id=
"CaptureCL"
>
</
div
>
</
p-inputSwitch
>
<div
class=
"ui-g-3"
*
ngIf=
"workflow.CaptureCL"
>
</div
>
<label
for=
"IsCLMandatory"
>
Mandatory
</label
>
<div
class=
"ui-g-5"
*
ngIf=
"workflow.CaptureCL"
>
<p-inputSwitch
[(
ngModel
)]="
workflow
.
IsCLMandatory
"
<label
for=
"IsCLMandatory"
>
Mandatory
</label>
[
disabled
]="
showLoader
"
<p-inputSwitch
[(
ngModel
)]="
workflow
.
IsCLMandatory
"
name=
"IsCLMandatory"
id=
"IsCLMandatory"
>
[
disabled
]="
showLoader
"
</p-inputSwitch
>
name=
"IsCLMandatory"
id=
"IsCLMandatory"
>
</
div
>
</
p-inputSwitch
>
</div>
</div>
</div>
</div>
<div
class=
"form-group ui-g-6"
>
<div
class=
"form-group ui-g-6"
>
...
...
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