@@ -767,19 +767,19 @@ <h4 class="card-title mb-0">Traffic</h4>
767767 <!-- /.row--> < br >
768768 < div class ="table-responsive ">
769769 < table class ="table border mb-0 ">
770- < thead class ="bg-body-tertiary fw-semibold ">
770+ < thead class ="fw-semibold ">
771771 < tr class ="align-middle ">
772- < th class ="text-center ">
772+ < th class ="bg-body-secondary text-center ">
773773 < svg class ="icon ">
774774 < use xlink:href ="node_modules/@coreui/icons/sprites/free.svg#cil-people "> </ use >
775775 </ svg >
776776 </ th >
777- < th > User</ th >
778- < th class ="text-center "> Country</ th >
779- < th > Usage</ th >
780- < th class ="text-center "> Payment Method</ th >
781- < th > Activity</ th >
782- < th > </ th >
777+ < th class =" bg-body-secondary " > User</ th >
778+ < th class ="bg-body-secondary text-center "> Country</ th >
779+ < th class =" bg-body-secondary " > Usage</ th >
780+ < th class ="bg-body-secondary text-center "> Payment Method</ th >
781+ < th class =" bg-body-secondary " > Activity</ th >
782+ < th class =" bg-body-secondary " > </ th >
783783 </ tr >
784784 </ thead >
785785 < tbody >
@@ -1067,9 +1067,9 @@ <h4 class="card-title mb-0">Traffic</h4>
10671067 < script src ="node_modules/@coreui/coreui/dist/js/coreui.bundle.min.js "> </ script >
10681068 < script src ="node_modules/simplebar/dist/simplebar.min.js "> </ script >
10691069 <!-- Plugins and scripts required by this view-->
1070- < script src ="node_modules/chart.js/dist/chart.min.js "> </ script >
10711070 < script src ="node_modules/chart.js/dist/chart.umd.js "> </ script >
1072- < script src ="node_modules/@coreui/utils/dist/coreui-utils.js "> </ script >
1071+ < script src ="node_modules/@coreui/chartjs/dist/js/coreui-chartjs.js "> </ script >
1072+ < script src ="node_modules/@coreui/utils/dist/umd/index.js "> </ script >
10731073 < script src ="js/main.js "> </ script >
10741074 < script >
10751075 </ script >
0 commit comments