minor updates in master and index-test
This commit is contained in:
@@ -102,7 +102,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
var table = new Tabulator("#message-table", {
|
var table = new Tabulator("#message-table", {
|
||||||
ajaxURL: base_url + "/client-traffic-tabulator/",
|
ajaxURL: "https://smsportal.clickmlapps.com/client-traffic-tabulator/",
|
||||||
ajaxConfig: {
|
ajaxConfig: {
|
||||||
method: "GET",
|
method: "GET",
|
||||||
headers: {
|
headers: {
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<!-- <title>Click Client Portal | SMS Traffic</title> -->
|
<!-- <title>Click Client Portal | SMS Traffic</title> -->
|
||||||
<title>@yield('page-title') | Client Portal </title>
|
<title>@yield('page-title') | Client Portal </title>
|
||||||
|
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
|
||||||
<link rel="icon" type="image/png" href="{{ url('public/assets/images/click-logo.png') }}">
|
<link rel="icon" type="image/png" href="{{ url('public/assets/images/click-logo.png') }}">
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||||
@@ -16,7 +17,7 @@
|
|||||||
|
|
||||||
@yield('page-css')
|
@yield('page-css')
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var base_url = "https://smsportal.clickmlapps.com/";
|
var base_url = "https://smsportal.clickmlapps.com";
|
||||||
//"{!! url('/') !!}";
|
//"{!! url('/') !!}";
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
Reference in New Issue
Block a user