syncthing/gui/default/syncthing/core/shutdownDialogView.html

8 lines
243 B
HTML

<modal id="shutdown" status="success" icon="fas fa-power-off" heading="{{'Shutdown Complete' | translate}}" large="no" closeable="no">
<div class="modal-body">
<p translate>
Syncthing has been shut down.
</p>
</div>
</modal>