Previews

No matching results.

x
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<div style="display: flex; flex-direction: column; width: 100%;">
<h1>
You probably want to use LogList and not the singular Log component.
</h1>
<br>
<div class="lui-log" data-controller="log" data-log-expanded-copy-text-value="Show details" data-log-collapsed-copy-text-value="Hide details">
<div class="lui-log__main">
<div class="lui-log__content">
<div class="lui-log__content__icon">
<div class="lui-tooltip hidden"
data-controller="tooltips"
data-tooltips-tippy-target-id-value=""
data-tooltips-position-value="top"
data-tooltips-interactive-value="false"
>
<div class="lui-tooltip__title">
Item
</div>
</div>
<i class="lui-m_icon material-symbols-outlined" style="--lui-micon-size: 20px;">
package_2
</i>
</div>
<div class="lui-log__content__header">
<div class="lui-log__content__header__title" data-log-target="content">
<div class="lui-log__word">Protocol </div>
<div class="lui-log__word">Answers </div>
<div class="lui-log__word">saved.</div>
</div>
<div class="lui-log__content__header__description">
By
System
</div>
<div class="lui-log__buttons"></div>
</div>
</div>
<div class="lui-log__source_content">
31/03/2026 10:45
</div>
</div>
</div>
</div>
1
2
3
4
5
6
7
8
9
<div style="display: flex; flex-direction: column; width: 100%;">
<h1>
You probably want to use LogList and not the singular Log component.
</h1>
<br>
<%# log is a Hash, with the same structure as a Item's presenter logs %>
<%= render LooposUi::Log.from_any_source(log) %>
</div>