Fix system option display

This commit is contained in:
兔姬桑
2021-08-19 22:36:40 +08:00
parent c2a887ad21
commit d088a7a1bd

View File

@@ -414,7 +414,7 @@
$('#node_blocked_notification').selectpicker('val', {!! $node_blocked_notification !!});
$('#node_daily_notification').selectpicker('val', {!! $node_daily_notification !!});
$('#node_offline_notification').selectpicker('val', {!! $node_offline_notification !!});
$('#password_reset_notification').selectpicker('val', {!! $password_reset_notification !!});
$('#password_reset_notification').selectpicker('val', '{{$password_reset_notification}}');
$('#payment_received_notification').selectpicker('val', {!! $payment_received_notification !!});
$('#ticket_closed_notification').selectpicker('val', {!! $ticket_closed_notification !!});
$('#ticket_created_notification').selectpicker('val', {!! $ticket_created_notification !!});