Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Maarch
MaarchCourrier
Commits
bdf8c6b6
Commit
bdf8c6b6
authored
May 27, 2021
by
Guillaume Heurtier
Browse files
FIX #17058 TIME 0:30 hide open in modal message when loading process
parent
69c555a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/frontend/app/process/process.component.html
View file @
bdf8c6b6
...
...
@@ -94,7 +94,7 @@
</div>
</div>
</ng-container>
<ng-container
*ngIf=
"!isModalOpen() && !loading
; else elseTemplate
"
>
<ng-container
*ngIf=
"!isModalOpen() && !loading"
>
<app-history-list
*ngIf=
"currentTool === 'history' && !loading"
#appHistoryList
[resId]=
"currentResourceInformations.resId"
>
</app-history-list>
...
...
@@ -147,7 +147,7 @@
</div>
</ng-container>
<ng-template
#elseTemplate
>
<ng-template
*ngIf=
"isModalOpen() && !loading"
>
<div
class=
"openedModal"
>
<i
class=
"fas fa-external-link-alt"
></i>
{{'lang.openedInExternalModal' | translate}}
...
...
Write
Preview
Supports
Markdown
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