fix(application-management): improve stop messages for application, database, and service to enhance clarity and formatting
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user