fix a jpa exception
This commit is contained in:
parent
d662e4c576
commit
49702f19ed
|
@ -5,7 +5,7 @@
|
|||
'text-white bg-info' : show == 'info',
|
||||
'bg-secondary' : show == 'secondary',
|
||||
}">{{orgTitle}}</div>
|
||||
<table class="table table-sm table-condensed">
|
||||
<table class="table table-sm table-condensed" style="table-layout: fixed">
|
||||
<tr class="d-flex">
|
||||
<th class="col-4 pl-3">Name</th>
|
||||
<td class="col-8">{{org.name}}</td>
|
||||
|
|
Loading…
Reference in New Issue