File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed
MESS/MESS.Blazor/Components/Pages/Phoebe/WorkInstruction/Export Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 44@inject IToastService ToastService
55@inject IJSRuntime JsRuntime
66
7- <button class =" btn btn-outline-secondary" type =" button" @onclick =" DownloadWorkInstruction" disabled =" @_isLoading" >
7+ <button class =" btn btn-sm btn- outline-secondary" type =" button" @onclick =" DownloadWorkInstruction" disabled =" @_isLoading" >
88 Download
99 @if (_isLoading )
1010 {
Original file line number Diff line number Diff line change 33@if (Visible )
44{
55 <FluentDialog Open =" @Visible" OnDismiss =" Close" >
6+
67 <FluentDialogHeader >
7- Export Work Instruction
8+ <h5 class =" fw-semibold text-dark mb-1" >Export Work Instruction </h5 >
9+ <FluentDivider ></FluentDivider >
810 </FluentDialogHeader >
911 <FluentDialogBody >
10- <p ><strong >@WorkInstruction ?.Title </strong > - Version @WorkInstruction ?.Version </p >
12+ <p >@WorkInstruction ? .Title - Version @WorkInstruction ?.Version </p >
13+ </FluentDialogBody >
14+ <FluentDialogFooter >
1115 <WorkInstructionExportButton
1216 WorkInstruction =" WorkInstruction"
1317 OnDownloadComplete =" Close"
1418 OnDownloadStateChanged =" HandleDownloadStateChanged" />
15- </ FluentDialogBody >
16- < FluentDialogFooter >
17- <FluentButton OnClick = " Close " Appearance = " Appearance.Neutral " Disabled = " @_isDownloadInProgress " > Cancel </ FluentButton >
19+ < button type = " button " class = " btn btn-sm btn-outline-secondary " @onclick = " Close " >
20+ Cancel
21+ </ button >
1822 </FluentDialogFooter >
1923 </FluentDialog >
2024}
You can’t perform that action at this time.
0 commit comments