mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Merge pull request #274 from int2001/fix_dashboard_cat
Hotfix: Fix dashboard cat
This commit is contained in:
@@ -191,7 +191,7 @@ function echo_table_col($row, $name) {
|
||||
<div class="table-responsive">
|
||||
|
||||
|
||||
<div id="radio_display" hx-get="<?php echo site_url('visitor/radio_display_component'); ?>" hx-trigger="load, every 5s"></div>
|
||||
<div id="radio_display" hx-get="<?php echo site_url('dashboard/radio_display_component'); ?>" hx-trigger="load, every 5s"></div>
|
||||
|
||||
<table class="table table-striped border-top">
|
||||
<tr class="titles">
|
||||
|
||||
Reference in New Issue
Block a user