Skip to content

Commit d7ef14d

Browse files
authored
Merge pull request wavelog#274 from int2001/fix_dashboard_cat
Hotfix: Fix dashboard cat
2 parents 783a39e + 9f97c2d commit d7ef14d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/views/dashboard/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ function echo_table_col($row, $name) {
191191
<div class="table-responsive">
192192

193193

194-
<div id="radio_display" hx-get="<?php echo site_url('visitor/radio_display_component'); ?>" hx-trigger="load, every 5s"></div>
194+
<div id="radio_display" hx-get="<?php echo site_url('dashboard/radio_display_component'); ?>" hx-trigger="load, every 5s"></div>
195195

196196
<table class="table table-striped border-top">
197197
<tr class="titles">

0 commit comments

Comments
 (0)