mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-21 23:20:24 +00:00
Update job-queue-notifications.blade.php
This commit is contained in:
parent
d2e9dc8c37
commit
a2c83d02a8
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
<div>
|
<div>
|
||||||
|
|
||||||
@if(auth()->id())
|
{{-- @if(auth()->id())
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
let hiddenJobQueueNotifications = [];
|
let hiddenJobQueueNotifications = [];
|
||||||
|
@ -46,5 +46,5 @@
|
||||||
@endforeach
|
@endforeach
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@endif
|
@endif--}}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue