The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/app/webdav/client/selectWebdavAccount.html

13 lines
355 B

<template name="selectWebdavAccount">
<div class="flex-tab__result list-view">
<ul class="list clearfix lines">
{{#each webdavAccounts}}
<li class="rc-member-list__user webdav-account" id="{{this._id}}">
<div class="rc-member-list__username">
{{usernamePlusServer this}}
</div>
</li>
{{/each}}
</ul>
</div>
</template>