Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions frontend/src/app/workspace/component/menu/menu.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -391,11 +391,6 @@
</button>
<button
(click)="onClickRunHandler()"
nz-popover
nzPopoverTitle="Execution Settings"
[nzPopoverTrigger]="'hover'"
[nzPopoverContent]="executionSettings"
nzPopoverPlacement="bottom"
[disabled]="runDisable || (!workflowWebsocketService.isConnected && computingUnitStatus !== ComputingUnitState.NoComputingUnit) || displayParticularWorkflowVersion || selectedComputingUnit?.accessPrivilege !== Privilege.WRITE"
id="run-button"
nz-button
Expand All @@ -417,22 +412,6 @@
nz-icon
nzType="database"></i>
</button>
<ng-template #executionSettings>
<div style="display: flex; flex-direction: column; gap: 10px">
<input
[(ngModel)]="currentExecutionName"
placeholder="Untitled Execution"
[disabled]="!isWorkflowModifiable" />
<div style="display: flex; align-items: center; gap: 10px">
<span>Email Notification</span>
<nz-switch
[(ngModel)]="this.config.env.workflowEmailNotificationEnabled"
nzCheckedChildren="On"
nzUnCheckedChildren="Off">
</nz-switch>
</div>
</div>
</ng-template>
<div style="margin-left: 5px">
<nz-badge
nz-tooltip=""
Expand Down
Loading