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/ui/client/components/status.html

15 lines
358 B

<template name="status">
{{#unless connected}}
<div class="alert alert-warning text-center" role="alert">
<strong>
<span class="glyphicon glyphicon-warning-sign"></span>
{{message}}
</strong>
{{extraMessage}}
{{#if showReconnect}}
<a href="#" class="alert-link">{{reconnectLabel}}</a>
{{/if}}
</div>
{{/unless}}
</template>