13 lines
581 B
HTML
13 lines
581 B
HTML
<div class="input-group">
|
|
<span class="input-group-addon"
|
|
title="<%= syncAttributes.provider.providerName %><%= syncAttributes.isRealtime ? ' (real time)' : '' %>">
|
|
<i
|
|
class="icon-provider-<%= syncAttributes.provider.providerId %><%= syncAttributes.isRealtime ? ' realtime' : '' %>"></i>
|
|
</span> <input class="form-control" type="text"
|
|
value="<%= syncDesc %>" disabled />
|
|
<div class="input-group-btn">
|
|
<a class="btn btn-link remove-button" title="Remove this location"
|
|
data-sync-index="<%= syncAttributes.syncIndex %>"><i class="icon-trash"></i></a>
|
|
</div>
|
|
</div>
|