removed send sms and apps link
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section class="row g-4">
|
<section class="row g-4">
|
||||||
<div class="col-xl-10">
|
<div class="col-xl-12">
|
||||||
<div class="filter-card mb-4">
|
<div class="filter-card mb-4">
|
||||||
<div class="d-flex flex-column flex-lg-row align-items-lg-center justify-content-between gap-3 mb-3">
|
<div class="d-flex flex-column flex-lg-row align-items-lg-center justify-content-between gap-3 mb-3">
|
||||||
<div>
|
<div>
|
||||||
@@ -55,11 +55,11 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-xl-2">
|
<!-- <div class="col-xl-2"> -->
|
||||||
|
|
||||||
|
|
||||||
<aside class="detail-card">
|
<!-- <aside class="detail-card"> -->
|
||||||
<h2 class="h5 mb-3">Recent activity</h2>
|
<!-- <h2 class="h5 mb-3">Recent activity</h2> -->
|
||||||
|
|
||||||
<!-- <div class="timeline-item pt-0 mt-0 border-0">
|
<!-- <div class="timeline-item pt-0 mt-0 border-0">
|
||||||
<div class="fw-semibold">Sender ID approved</div>
|
<div class="fw-semibold">Sender ID approved</div>
|
||||||
@@ -71,8 +71,8 @@
|
|||||||
<div class="muted-label">[campaign name] batch finished</div>
|
<div class="muted-label">[campaign name] batch finished</div>
|
||||||
<div class="small text-secondary mt-1">08:41</div>
|
<div class="small text-secondary mt-1">08:41</div>
|
||||||
</div> -->
|
</div> -->
|
||||||
</aside>
|
<!-- </aside> -->
|
||||||
</div>
|
<!-- </div> -->
|
||||||
</section>
|
</section>
|
||||||
@endsection
|
@endsection
|
||||||
@section('page-js')
|
@section('page-js')
|
||||||
@@ -136,7 +136,7 @@
|
|||||||
}
|
}
|
||||||
var table = new Tabulator("#message-table", {
|
var table = new Tabulator("#message-table", {
|
||||||
ajaxURL: base_url + "/client-traffic-tabulator/",
|
ajaxURL: base_url + "/client-traffic-tabulator/",
|
||||||
ajaxParams: {size: 20},
|
ajaxParams: {size: 1000},
|
||||||
pagination: "remote",
|
pagination: "remote",
|
||||||
paginationSize: 20,
|
paginationSize: 20,
|
||||||
paginationDataSent: {
|
paginationDataSent: {
|
||||||
@@ -157,7 +157,7 @@
|
|||||||
{title: "Sender", field: "from", width:150, headerFilter:"input"},
|
{title: "Sender", field: "from", width:150, headerFilter:"input"},
|
||||||
{title: "Msisdn", field: "to", width:150, headerFilter:"input"},
|
{title: "Msisdn", field: "to", width:150, headerFilter:"input"},
|
||||||
// {title: "Message", field: "message"},
|
// {title: "Message", field: "message"},
|
||||||
{title:"Message", field:"message", width:450, formatter:"textarea", headerFilter:"input"},
|
{title:"Message", field:"message", width:650, formatter:"textarea", headerFilter:"input"},
|
||||||
// {title: "Status", field: "status"},
|
// {title: "Status", field: "status"},
|
||||||
// {title: "Delivery Status", field: "deliveryStatus", width:100, headerFilter:"input", formatter: statusDesign},
|
// {title: "Delivery Status", field: "deliveryStatus", width:100, headerFilter:"input", formatter: statusDesign},
|
||||||
// {title: "Created At", field: "createdAt"},
|
// {title: "Created At", field: "createdAt"},
|
||||||
|
|||||||
@@ -35,15 +35,15 @@
|
|||||||
<!-- <span class="badge rounded-pill text-bg-light px-3 py-2">{{ session('current_user.name') }}</span> -->
|
<!-- <span class="badge rounded-pill text-bg-light px-3 py-2">{{ session('current_user.name') }}</span> -->
|
||||||
<!-- <span class="badge rounded-pill text-bg-light px-3 py-2"><i class="bi bi-clock-history me-1"></i> Last sync 09:12</span> -->
|
<!-- <span class="badge rounded-pill text-bg-light px-3 py-2"><i class="bi bi-clock-history me-1"></i> Last sync 09:12</span> -->
|
||||||
@if($page_title == 'SMS Traffic')
|
@if($page_title == 'SMS Traffic')
|
||||||
<a href="{{ url('send-sms') }}" class="btn btn-click px-4"><i class="bi bi-plus-circle me-2"></i>New SMS</a>
|
<!-- <a href="{{ url('send-sms') }}" class="btn btn-click px-4"><i class="bi bi-plus-circle me-2"></i>New SMS</a> -->
|
||||||
@else
|
@else
|
||||||
<a href="{{ url('client-traffic') }}" class="btn btn-click px-4"><i class="bi bi-chat-right-text me-2"></i>Messages</a>
|
<a href="{{ url('client-traffic') }}" class="btn btn-click px-4"><i class="bi bi-chat-right-text me-2"></i>Messages</a>
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
@if($page_title == 'Applications')
|
@if($page_title == 'Applications')
|
||||||
<a href="{{ url('new-app') }}" class="btn btn-clicksuccess px-4" data-bs-toggle="modal" data-bs-target="#newApplicationModal"><i class="bi bi-plus-square me-2"></i>New App</a>
|
<!-- <a href="{{ url('new-app') }}" class="btn btn-clicksuccess px-4" data-bs-toggle="modal" data-bs-target="#newApplicationModal"><i class="bi bi-plus-square me-2"></i>New App</a> -->
|
||||||
@else
|
@else
|
||||||
<a href="{{ url('client-apps') }}" class="btn btn-clicksuccess px-4"><i class="bi bi-list-ul me-2"></i>App List</a>
|
<!-- <a href="{{ url('client-apps') }}" class="btn btn-clicksuccess px-4"><i class="bi bi-list-ul me-2"></i>App List</a> -->
|
||||||
@endif
|
@endif
|
||||||
<a href="{{ url('client-logout') }} " class="btn btn-ghost px-4">Log out</a>
|
<a href="{{ url('client-logout') }} " class="btn btn-ghost px-4">Log out</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user