Skip to content

Commit

Permalink
Update welcome page like KV #87
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanebouget committed Dec 27, 2023
1 parent 2d210d0 commit 6445644
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,11 @@
<path style="fill:#8e3327;fill-opacity:1;stroke-width:.949579" d="m-811.17-337.516 15.414 59.091 164.82 29.278z" transform="translate(1127.245 554.656)"/>
</svg>
</kl-header-title>
<kl-file-loader #fileLoader [onFileLoaderDataChanged]="onFileLoaderDataChangedCb"
<kl-file-loader #fileLoader [hidden]="true" [onFileLoaderDataChanged]="onFileLoaderDataChangedCb"
[applicationName]="appName"></kl-file-loader>
<kl-no-data id="welcome-message" fxFlexFill fxLayoutAlign="center center"
*ngIf="!(appDatas && appDatas.datas && isCompatibleJson)" [message]="'NO_DATAS.WELCOME'">
</kl-no-data>
</div>
<div *ngIf="isCompatibleJson" class="container" fxLayout="column">
<kl-header-title [title]="appTitle">
Expand Down

0 comments on commit 6445644

Please # to comment.