Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @*else if (Busy == ReportPageLayout.BusyStatus.SUCCESS)
- {
- <svg xmlns="http://www.w3.org/2000/svg" class="animated-check" viewBox="0 0 24 24">
- <path d="M4.1 12.7L9 17.6 20.3 6.3" fill="none" />
- </svg>
- }
- else if (Busy == ReportPageLayout.BusyStatus.ERROR)
- {
- <svg xmlns="http://www.w3.org/2000/svg" class="errormark" viewBox="0 0 52 52">
- <circle cx="26" cy="26" r="25" fill="none" />
- <path fill="none" d="M14.1 14.1l23.8 23.8 m0,-23.8 l-23.8,23.8" />
- </svg>
- }*@
Advertisement
Add Comment
Please, Sign In to add comment