Client ID display fix
parent
a1d85e281e
commit
b838ddb786
|
@ -87,7 +87,7 @@
|
|||
<div class="">
|
||||
<form>
|
||||
<fieldset>
|
||||
<legend>Details for <%=clientId%></legend>
|
||||
<legend>Details <%=(clientId != null ? 'for ' + clientId : '')%></legend>
|
||||
|
||||
<div class="well">
|
||||
|
||||
|
|
Loading…
Reference in New Issue