Skip to content

Commit 9f97c2d

Browse files
committed
Fixed Dashboard-CAT
1 parent 783a39e commit 9f97c2d

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)