-
Notifications
You must be signed in to change notification settings - Fork 268
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eff08c2
commit 2585e1e
Showing
9 changed files
with
101 additions
and
94 deletions.
There are no files selected for viewing
4 changes: 1 addition & 3 deletions
4
...process-services-cloud/src/lib/screen/components/screen-cloud/screen-cloud.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
<div> | ||
<div #container></div> | ||
</div> | ||
<div #container></div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 11 additions & 8 deletions
19
.../task/task-form/components/user-task-cloud-buttons/user-task-cloud-buttons.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,32 @@ | ||
<button | ||
mat-button | ||
*ngIf="showCancelButton" | ||
mat-button | ||
id="adf-cloud-cancel-task" | ||
(click)="onCancelClick()"> | ||
(click)="onCancelClick()" | ||
> | ||
{{'ADF_CLOUD_TASK_FORM.EMPTY_FORM.BUTTONS.CANCEL' | translate}} | ||
</button> | ||
<button | ||
class="adf-user-task-cloud-claim-btn" | ||
mat-button | ||
*ngIf="canClaimTask" | ||
adf-cloud-claim-task | ||
class="adf-user-task-cloud-claim-btn" | ||
mat-button | ||
[appName]="appName" | ||
[taskId]="taskId" | ||
(success)="onClaimTask()" | ||
(error)="onError($event)"> | ||
(error)="onError($event)" | ||
> | ||
{{'ADF_CLOUD_TASK_FORM.EMPTY_FORM.BUTTONS.CLAIM' | translate}} | ||
</button> | ||
<button | ||
class="adf-user-task-cloud-unclaim-btn" | ||
mat-button | ||
*ngIf="canUnclaimTask" | ||
adf-cloud-unclaim-task | ||
class="adf-user-task-cloud-unclaim-btn" | ||
mat-button | ||
[appName]="appName" | ||
[taskId]="taskId" | ||
(success)="onUnclaimTask()" | ||
(error)="onError($event)"> | ||
(error)="onError($event)" | ||
> | ||
{{'ADF_CLOUD_TASK_FORM.EMPTY_FORM.BUTTONS.UNCLAIM' | translate}} | ||
</button> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters