fix(application-management): improve stop messages for application, database, and service to enhance clarity and formatting

This commit is contained in:
Andras Bacsai
2025-05-30 14:04:43 +02:00
parent ede912b1d3
commit b0e33eb59d
3 changed files with 3 additions and 3 deletions

View File

@@ -136,7 +136,7 @@
<script>
$wire.$on('stopEvent', () => {
$wire.$dispatch('info',
'Gracefully stopping service.<br>It could take a while depending on the service.');
'Gracefully stopping service.<br/>It could take a while depending on the service.');
$wire.$call('stop');
});
$wire.$on('startEvent', async () => {