chore(ui): remove unused stopEvent code
This commit is contained in:
@@ -111,15 +111,5 @@
|
|||||||
</div>
|
</div>
|
||||||
@endif
|
@endif
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@script
|
|
||||||
<script>
|
|
||||||
$wire.$on('stopEvent', () => {
|
|
||||||
$wire.$dispatch('info',
|
|
||||||
'Gracefully stopping application, it could take a while depending on the application.');
|
|
||||||
$wire.$call('stop');
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
@endscript
|
|
||||||
</nav>
|
</nav>
|
||||||
|
@@ -92,10 +92,6 @@
|
|||||||
window.dispatchEvent(new CustomEvent('startdatabase'));
|
window.dispatchEvent(new CustomEvent('startdatabase'));
|
||||||
$wire.$call('start');
|
$wire.$call('start');
|
||||||
});
|
});
|
||||||
$wire.$on('stopEvent', () => {
|
|
||||||
$wire.$dispatch('info', 'Stopping database.');
|
|
||||||
$wire.$call('stop');
|
|
||||||
});
|
|
||||||
$wire.$on('restartEvent', () => {
|
$wire.$on('restartEvent', () => {
|
||||||
$wire.$dispatch('info', 'Restarting database.');
|
$wire.$dispatch('info', 'Restarting database.');
|
||||||
window.dispatchEvent(new CustomEvent('startdatabase'));
|
window.dispatchEvent(new CustomEvent('startdatabase'));
|
||||||
|
Reference in New Issue
Block a user