Add sample display logs from server.WIP

This commit is contained in:
pakintada@gmail.com 2023-09-20 15:37:07 +07:00
parent cc3e146cc2
commit b2ab74434f
3 changed files with 55 additions and 19 deletions

View file

@ -1,9 +1,10 @@
<div class="flex">
<div class="flex-1 bg-slate-400 h-screen p-8">
<p> Display log here !</p>
<div class="flex-1 flex-wrap bg-stone-200 p-8" id="log-disp">
<div id="log-dl"></div>
<p class="flex flex-wrap" id="log-disp-texts"> Display log here !</p>
</div>
<!-- Temporary remove log -->
<div class="flex-3 bg-slate-700 h-screen justify-centers items-center">
<div class="flex-3 sticky top-0 bg-slate-700 h-screen justify-centers items-center">
<app-merge></app-merge>
</div>
</div>