syncthing-arm/gui/default/syncthing/core/httpErrorDialogView.html

8 lines
354 B
HTML
Raw Normal View History

<modal id="httpError" status="danger" icon="exclamation-circle" heading="{{'Connection Error' | translate}}" large="no" closeable="no">
<div class="modal-body">
<p translate>
Syncthing seems to be experiencing a problem processing your request. Please refresh the page or restart Syncthing if the problem persists.
</p>
</div>
2015-08-02 08:27:05 +02:00
</modal>