added GUI files
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
<tr onclick={e => showDetail(cid)}>
|
||||
<td>{company.name}</td>
|
||||
<td>{company.email}</td>
|
||||
<td>{company.address.replace('\r','').replace('\n',' / ')}</td>
|
||||
<td>{company.address.replace('\r','').replaceAll('\n',' / ')}</td>
|
||||
</tr>
|
||||
{#if selected==cid}
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user