mirror of
https://github.com/sartography/uva-covid19-testing-communicator.git
synced 2025-02-24 12:58:05 +00:00
Addressed </i> Quality Warnings
This commit is contained in:
parent
b158b50b61
commit
0b1a98a7fd
@ -636,7 +636,7 @@ var Charts = (function() {
|
|||||||
bodyLines.forEach(function(body, i) {
|
bodyLines.forEach(function(body, i) {
|
||||||
var colors = model.labelColors[i];
|
var colors = model.labelColors[i];
|
||||||
var styles = 'background-color: ' + colors.backgroundColor;
|
var styles = 'background-color: ' + colors.backgroundColor;
|
||||||
var indicator = '<span class="badge badge-dot"><i class="bg-primary"></i></span>';
|
var indicator = '<span class="badge badge-dot"><em class="bg-primary"></em></span>';
|
||||||
var align = (bodyLines.length > 1) ? 'justify-content-left' : 'justify-content-center';
|
var align = (bodyLines.length > 1) ? 'justify-content-left' : 'justify-content-center';
|
||||||
html += '<div class="popover-body d-flex align-items-center ' + align + '">' + indicator + body + '</div>';
|
html += '<div class="popover-body d-flex align-items-center ' + align + '">' + indicator + body + '</div>';
|
||||||
});
|
});
|
||||||
@ -709,7 +709,7 @@ var Charts = (function() {
|
|||||||
var bgColor = data.datasets[0].backgroundColor[index];
|
var bgColor = data.datasets[0].backgroundColor[index];
|
||||||
|
|
||||||
content += '<span class="chart-legend-item">';
|
content += '<span class="chart-legend-item">';
|
||||||
content += '<i class="chart-legend-indicator" style="background-color: ' + bgColor + '"></i>';
|
content += '<em class="chart-legend-indicator" style="background-color: ' + bgColor + '"></em>';
|
||||||
content += label;
|
content += label;
|
||||||
content += '</span>';
|
content += '</span>';
|
||||||
});
|
});
|
||||||
|
2
communicator/static/assets/js/argon.min.js
vendored
2
communicator/static/assets/js/argon.min.js
vendored
File diff suppressed because one or more lines are too long
@ -14,7 +14,7 @@
|
|||||||
<ul class="nav align-items-center d-md-none">
|
<ul class="nav align-items-center d-md-none">
|
||||||
<li class="nav-item dropdown">
|
<li class="nav-item dropdown">
|
||||||
<a class="nav-link nav-link-icon" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
<a class="nav-link nav-link-icon" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||||
<i class="ni ni-bell-55"></i>
|
<em class="ni ni-bell-55"></em>
|
||||||
</a>
|
</a>
|
||||||
<div class="dropdown-menu dropdown-menu-arrow dropdown-menu-right" aria-labelledby="navbar-default_dropdown_1">
|
<div class="dropdown-menu dropdown-menu-arrow dropdown-menu-right" aria-labelledby="navbar-default_dropdown_1">
|
||||||
<a class="dropdown-item" href="#">Action</a>
|
<a class="dropdown-item" href="#">Action</a>
|
||||||
@ -36,11 +36,11 @@
|
|||||||
<h6 class="text-overflow m-0">Welcome!</h6>
|
<h6 class="text-overflow m-0">Welcome!</h6>
|
||||||
</div>
|
</div>
|
||||||
<a href="/profile.html" class="dropdown-item">
|
<a href="/profile.html" class="dropdown-item">
|
||||||
<i class="ni ni-single-02"></i>
|
<em class="ni ni-single-02"></em>
|
||||||
<span>My profile</span>
|
<span>My profile</span>
|
||||||
</a>
|
</a>
|
||||||
<a href="/profile.html" class="dropdown-item">
|
<a href="/profile.html" class="dropdown-item">
|
||||||
<i class="ni ni-settings-gear-65"></i>
|
<em class="ni ni-settings-gear-65"></em>
|
||||||
<span>Settings</span>
|
<span>Settings</span>
|
||||||
</a>
|
</a>
|
||||||
<div class="dropdown-divider"></div>
|
<div class="dropdown-divider"></div>
|
||||||
@ -80,22 +80,22 @@
|
|||||||
<ul class="navbar-nav">
|
<ul class="navbar-nav">
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link" href="/">
|
<a class="nav-link" href="/">
|
||||||
<i class="ni ni-tv-2 text-primary"></i> Dashboard
|
<em class="ni ni-tv-2 text-primary"></em> Dashboard
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link" href="/icons.html">
|
<a class="nav-link" href="/icons.html">
|
||||||
<i class="ni ni-planet text-blue"></i> Inventory
|
<em class="ni ni-planet text-blue"></em> Inventory
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link" href="/profile.html">
|
<a class="nav-link" href="/profile.html">
|
||||||
<i class="ni ni-single-02 text-yellow"></i> Active Locations
|
<em class="ni ni-single-02 text-yellow"></em> Active Locations
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link" href="/tables.html">
|
<a class="nav-link" href="/tables.html">
|
||||||
<i class="ni ni-bullet-list-67 text-red"></i> Tables
|
<em class="ni ni-bullet-list-67 text-red"></em> Tables
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -108,31 +108,31 @@
|
|||||||
|
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link" href="https://github.com/sartography/uva-covid19-testing-communicator">
|
<a class="nav-link" href="https://github.com/sartography/uva-covid19-testing-communicator">
|
||||||
<i class="ni ni-ui-04"></i> Source Code
|
<em class="ni ni-ui-04"></em> Source Code
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<!--
|
<!--
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link" href="https://appseed.us/admin-dashboards/flask-dashboard-argon">
|
<a class="nav-link" href="https://appseed.us/admin-dashboards/flask-dashboard-argon">
|
||||||
<i class="ni ni-book-bookmark"></i> App Information
|
<em class="ni ni-book-bookmark"></em> App Information
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link" href="https://docs.appseed.us/admin-dashboards/flask-dashboard-argon/">
|
<a class="nav-link" href="https://docs.appseed.us/admin-dashboards/flask-dashboard-argon/">
|
||||||
<i class="ni ni-book-bookmark"></i> Documentation
|
<em class="ni ni-book-bookmark"></em> Documentation
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link" href="https://blog.appseed.us/flask-argon-dashboard-zero-to-full-stack/">
|
<a class="nav-link" href="https://blog.appseed.us/flask-argon-dashboard-zero-to-full-stack/">
|
||||||
<i class="ni ni-spaceship"></i> Blog
|
<em class="ni ni-spaceship"></em> Blog
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link" href="https://demos.creative-tim.com/argon-dashboard/docs/getting-started/overview.html">
|
<a class="nav-link" href="https://demos.creative-tim.com/argon-dashboard/docs/getting-started/overview.html">
|
||||||
<i class="ni ni-books"></i> Design Docs
|
<em class="ni ni-books"></em> Design Docs
|
||||||
</a>
|
</a>
|
||||||
</li> -->
|
</li> -->
|
||||||
|
|
||||||
|
@ -16,12 +16,12 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="col-auto">
|
<div class="col-auto">
|
||||||
<div class="icon icon-shape bg-danger text-white rounded-circle shadow">
|
<div class="icon icon-shape bg-danger text-white rounded-circle shadow">
|
||||||
<i class="fas fa-chart-bar"></i>
|
<em class="fas fa-chart-bar"></em>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- <p class="mt-3 mb-0 text-muted text-sm">
|
<!-- <p class="mt-3 mb-0 text-muted text-sm">
|
||||||
<span class="text-success mr-2"><i class="fa fa-arrow-up"></i> 3.48%</span>
|
<span class="text-success mr-2"><em class="fa fa-arrow-up"></em> 3.48%</span>
|
||||||
<span class="text-nowrap">Since Yesterday</span>
|
<span class="text-nowrap">Since Yesterday</span>
|
||||||
</p> -->
|
</p> -->
|
||||||
</div>
|
</div>
|
||||||
@ -39,12 +39,12 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="col-auto">
|
<div class="col-auto">
|
||||||
<div class="icon icon-shape bg-warning text-white rounded-circle shadow">
|
<div class="icon icon-shape bg-warning text-white rounded-circle shadow">
|
||||||
<i class="fas fa-chart-pie"></i>
|
<em class="fas fa-chart-pie"></em>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- <p class="mt-3 mb-0 text-muted text-sm">
|
<!-- <p class="mt-3 mb-0 text-muted text-sm">
|
||||||
<span class="text-danger mr-2"><i class="fas fa-arrow-down"></i> 3.48%</span>
|
<span class="text-danger mr-2"><em class="fas fa-arrow-down"></em> 3.48%</span>
|
||||||
<span class="text-nowrap">Since last week</span>
|
<span class="text-nowrap">Since last week</span>
|
||||||
</p> -->
|
</p> -->
|
||||||
</div>
|
</div>
|
||||||
@ -62,12 +62,12 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="col-auto">
|
<div class="col-auto">
|
||||||
<div class="icon icon-shape bg-yellow text-white rounded-circle shadow">
|
<div class="icon icon-shape bg-yellow text-white rounded-circle shadow">
|
||||||
<i class="fas fa-users"></i>
|
<em class="fas fa-users"></em>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<p class="mt-3 mb-0 text-muted text-sm">
|
<p class="mt-3 mb-0 text-muted text-sm">
|
||||||
<span class="text-warning mr-2"><i class="fas fa-arrow-down"></i> N/A%</span>
|
<span class="text-warning mr-2"><em class="fas fa-arrow-down"></em> N/A%</span>
|
||||||
<span class="text-nowrap">Since yesterday</span>
|
<span class="text-nowrap">Since yesterday</span>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
@ -85,12 +85,12 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="col-auto">
|
<div class="col-auto">
|
||||||
<div class="icon icon-shape bg-info text-white rounded-circle shadow">
|
<div class="icon icon-shape bg-info text-white rounded-circle shadow">
|
||||||
<i class="fas fa-percent"></i>
|
<em class="fas fa-percent"></em>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- <p class="mt-3 mb-0 text-muted text-sm">
|
<!-- <p class="mt-3 mb-0 text-muted text-sm">
|
||||||
<span class="text-success mr-2"><i class="fas fa-arrow-up"></i> 12%</span>
|
<span class="text-success mr-2"><em class="fas fa-arrow-up"></em> 12%</span>
|
||||||
<span class="text-nowrap">Since last month</span>
|
<span class="text-nowrap">Since last month</span>
|
||||||
</p> -->
|
</p> -->
|
||||||
</div>
|
</div>
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
<div class="form-group mb-0">
|
<div class="form-group mb-0">
|
||||||
<div class="input-group input-group-alternative">
|
<div class="input-group input-group-alternative">
|
||||||
<div class="input-group-prepend">
|
<div class="input-group-prepend">
|
||||||
<span class="input-group-text"><i class="fas fa-search"></i></span>
|
<span class="input-group-text"><em class="fas fa-search"></em></span>
|
||||||
</div>
|
</div>
|
||||||
<input class="form-control" placeholder="Search" type="text">
|
<input class="form-control" placeholder="Search" type="text">
|
||||||
</div>
|
</div>
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<div class="form-group mb-0">
|
<div class="form-group mb-0">
|
||||||
<div class="input-group input-group-alternative">
|
<div class="input-group input-group-alternative">
|
||||||
<div class="input-group-prepend">
|
<div class="input-group-prepend">
|
||||||
<span class="input-group-text"><i class="fas fa-search"></i></span>
|
<span class="input-group-text"><em class="fas fa-search"></em></span>
|
||||||
</div>
|
</div>
|
||||||
<input class="form-control" placeholder="Search" type="text">
|
<input class="form-control" placeholder="Search" type="text">
|
||||||
</div>
|
</div>
|
||||||
@ -37,12 +37,12 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="col-auto">
|
<div class="col-auto">
|
||||||
<div class="icon icon-shape bg-danger text-white rounded-circle shadow">
|
<div class="icon icon-shape bg-danger text-white rounded-circle shadow">
|
||||||
<i class="fas fa-chart-bar"></i>
|
<em class="fas fa-chart-bar"></em>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<p class="mt-3 mb-0 text-muted text-sm">
|
<p class="mt-3 mb-0 text-muted text-sm">
|
||||||
<span class="text-success mr-2"><i class="fa fa-arrow-up"></i> 3.48%</span>
|
<span class="text-success mr-2"><em class="fa fa-arrow-up"></em> 3.48%</span>
|
||||||
<span class="text-nowrap">Since last month</span>
|
<span class="text-nowrap">Since last month</span>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
@ -58,12 +58,12 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="col-auto">
|
<div class="col-auto">
|
||||||
<div class="icon icon-shape bg-warning text-white rounded-circle shadow">
|
<div class="icon icon-shape bg-warning text-white rounded-circle shadow">
|
||||||
<i class="fas fa-chart-pie"></i>
|
<em class="fas fa-chart-pie"></em>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<p class="mt-3 mb-0 text-muted text-sm">
|
<p class="mt-3 mb-0 text-muted text-sm">
|
||||||
<span class="text-danger mr-2"><i class="fas fa-arrow-down"></i> 3.48%</span>
|
<span class="text-danger mr-2"><em class="fas fa-arrow-down"></em> 3.48%</span>
|
||||||
<span class="text-nowrap">Since last week</span>
|
<span class="text-nowrap">Since last week</span>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
@ -79,12 +79,12 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="col-auto">
|
<div class="col-auto">
|
||||||
<div class="icon icon-shape bg-yellow text-white rounded-circle shadow">
|
<div class="icon icon-shape bg-yellow text-white rounded-circle shadow">
|
||||||
<i class="fas fa-users"></i>
|
<em class="fas fa-users"></em>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<p class="mt-3 mb-0 text-muted text-sm">
|
<p class="mt-3 mb-0 text-muted text-sm">
|
||||||
<span class="text-warning mr-2"><i class="fas fa-arrow-down"></i> 1.10%</span>
|
<span class="text-warning mr-2"><em class="fas fa-arrow-down"></em> 1.10%</span>
|
||||||
<span class="text-nowrap">Since yesterday</span>
|
<span class="text-nowrap">Since yesterday</span>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
@ -100,12 +100,12 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="col-auto">
|
<div class="col-auto">
|
||||||
<div class="icon icon-shape bg-info text-white rounded-circle shadow">
|
<div class="icon icon-shape bg-info text-white rounded-circle shadow">
|
||||||
<i class="fas fa-percent"></i>
|
<em class="fas fa-percent"></em>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<p class="mt-3 mb-0 text-muted text-sm">
|
<p class="mt-3 mb-0 text-muted text-sm">
|
||||||
<span class="text-success mr-2"><i class="fas fa-arrow-up"></i> 12%</span>
|
<span class="text-success mr-2"><em class="fas fa-arrow-up"></em> 12%</span>
|
||||||
<span class="text-nowrap">Since last month</span>
|
<span class="text-nowrap">Since last month</span>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
@ -153,7 +153,7 @@
|
|||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<span class="badge badge-dot mr-4">
|
<span class="badge badge-dot mr-4">
|
||||||
<i class="bg-warning"></i> pending
|
<em class="bg-warning"></em> pending
|
||||||
</span>
|
</span>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
@ -185,7 +185,7 @@
|
|||||||
<td class="text-right">
|
<td class="text-right">
|
||||||
<div class="dropdown">
|
<div class="dropdown">
|
||||||
<a class="btn btn-sm btn-icon-only text-light" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
<a class="btn btn-sm btn-icon-only text-light" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||||
<i class="fas fa-ellipsis-v"></i>
|
<em class="fas fa-ellipsis-v"></em>
|
||||||
</a>
|
</a>
|
||||||
<div class="dropdown-menu dropdown-menu-right dropdown-menu-arrow">
|
<div class="dropdown-menu dropdown-menu-right dropdown-menu-arrow">
|
||||||
<a class="dropdown-item" href="#">Action</a>
|
<a class="dropdown-item" href="#">Action</a>
|
||||||
@ -211,7 +211,7 @@
|
|||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<span class="badge badge-dot">
|
<span class="badge badge-dot">
|
||||||
<i class="bg-success"></i> completed
|
<em class="bg-success"></em> completed
|
||||||
</span>
|
</span>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
@ -243,7 +243,7 @@
|
|||||||
<td class="text-right">
|
<td class="text-right">
|
||||||
<div class="dropdown">
|
<div class="dropdown">
|
||||||
<a class="btn btn-sm btn-icon-only text-light" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
<a class="btn btn-sm btn-icon-only text-light" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||||
<i class="fas fa-ellipsis-v"></i>
|
<em class="fas fa-ellipsis-v"></em>
|
||||||
</a>
|
</a>
|
||||||
<div class="dropdown-menu dropdown-menu-right dropdown-menu-arrow">
|
<div class="dropdown-menu dropdown-menu-right dropdown-menu-arrow">
|
||||||
<a class="dropdown-item" href="#">Action</a>
|
<a class="dropdown-item" href="#">Action</a>
|
||||||
@ -269,7 +269,7 @@
|
|||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<span class="badge badge-dot mr-4">
|
<span class="badge badge-dot mr-4">
|
||||||
<i class="bg-danger"></i> delayed
|
<em class="bg-danger"></em> delayed
|
||||||
</span>
|
</span>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
@ -301,7 +301,7 @@
|
|||||||
<td class="text-right">
|
<td class="text-right">
|
||||||
<div class="dropdown">
|
<div class="dropdown">
|
||||||
<a class="btn btn-sm btn-icon-only text-light" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
<a class="btn btn-sm btn-icon-only text-light" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||||
<i class="fas fa-ellipsis-v"></i>
|
<em class="fas fa-ellipsis-v"></em>
|
||||||
</a>
|
</a>
|
||||||
<div class="dropdown-menu dropdown-menu-right dropdown-menu-arrow">
|
<div class="dropdown-menu dropdown-menu-right dropdown-menu-arrow">
|
||||||
<a class="dropdown-item" href="#">Action</a>
|
<a class="dropdown-item" href="#">Action</a>
|
||||||
@ -327,7 +327,7 @@
|
|||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<span class="badge badge-dot">
|
<span class="badge badge-dot">
|
||||||
<i class="bg-info"></i> on schedule
|
<em class="bg-info"></em> on schedule
|
||||||
</span>
|
</span>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
@ -359,7 +359,7 @@
|
|||||||
<td class="text-right">
|
<td class="text-right">
|
||||||
<div class="dropdown">
|
<div class="dropdown">
|
||||||
<a class="btn btn-sm btn-icon-only text-light" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
<a class="btn btn-sm btn-icon-only text-light" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||||
<i class="fas fa-ellipsis-v"></i>
|
<em class="fas fa-ellipsis-v"></em>
|
||||||
</a>
|
</a>
|
||||||
<div class="dropdown-menu dropdown-menu-right dropdown-menu-arrow">
|
<div class="dropdown-menu dropdown-menu-right dropdown-menu-arrow">
|
||||||
<a class="dropdown-item" href="#">Action</a>
|
<a class="dropdown-item" href="#">Action</a>
|
||||||
@ -385,7 +385,7 @@
|
|||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<span class="badge badge-dot mr-4">
|
<span class="badge badge-dot mr-4">
|
||||||
<i class="bg-success"></i> completed
|
<em class="bg-success"></em> completed
|
||||||
</span>
|
</span>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
@ -417,7 +417,7 @@
|
|||||||
<td class="text-right">
|
<td class="text-right">
|
||||||
<div class="dropdown">
|
<div class="dropdown">
|
||||||
<a class="btn btn-sm btn-icon-only text-light" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
<a class="btn btn-sm btn-icon-only text-light" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||||
<i class="fas fa-ellipsis-v"></i>
|
<em class="fas fa-ellipsis-v"></em>
|
||||||
</a>
|
</a>
|
||||||
<div class="dropdown-menu dropdown-menu-right dropdown-menu-arrow">
|
<div class="dropdown-menu dropdown-menu-right dropdown-menu-arrow">
|
||||||
<a class="dropdown-item" href="#">Action</a>
|
<a class="dropdown-item" href="#">Action</a>
|
||||||
@ -435,7 +435,7 @@
|
|||||||
<ul class="pagination justify-content-end mb-0">
|
<ul class="pagination justify-content-end mb-0">
|
||||||
<li class="page-item disabled">
|
<li class="page-item disabled">
|
||||||
<a class="page-link" href="#" tabindex="-1">
|
<a class="page-link" href="#" tabindex="-1">
|
||||||
<i class="fas fa-angle-left"></i>
|
<em class="fas fa-angle-left"></em>
|
||||||
<span class="sr-only">Previous</span>
|
<span class="sr-only">Previous</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@ -448,7 +448,7 @@
|
|||||||
<li class="page-item"><a class="page-link" href="#">3</a></li>
|
<li class="page-item"><a class="page-link" href="#">3</a></li>
|
||||||
<li class="page-item">
|
<li class="page-item">
|
||||||
<a class="page-link" href="#">
|
<a class="page-link" href="#">
|
||||||
<i class="fas fa-angle-right"></i>
|
<em class="fas fa-angle-right"></em>
|
||||||
<span class="sr-only">Next</span>
|
<span class="sr-only">Next</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@ -494,7 +494,7 @@
|
|||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<span class="badge badge-dot mr-4">
|
<span class="badge badge-dot mr-4">
|
||||||
<i class="bg-warning"></i> pending
|
<em class="bg-warning"></em> pending
|
||||||
</span>
|
</span>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
@ -526,7 +526,7 @@
|
|||||||
<td class="text-right">
|
<td class="text-right">
|
||||||
<div class="dropdown">
|
<div class="dropdown">
|
||||||
<a class="btn btn-sm btn-icon-only text-light" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
<a class="btn btn-sm btn-icon-only text-light" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||||
<i class="fas fa-ellipsis-v"></i>
|
<em class="fas fa-ellipsis-v"></em>
|
||||||
</a>
|
</a>
|
||||||
<div class="dropdown-menu dropdown-menu-right dropdown-menu-arrow">
|
<div class="dropdown-menu dropdown-menu-right dropdown-menu-arrow">
|
||||||
<a class="dropdown-item" href="#">Action</a>
|
<a class="dropdown-item" href="#">Action</a>
|
||||||
@ -552,7 +552,7 @@
|
|||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<span class="badge badge-dot">
|
<span class="badge badge-dot">
|
||||||
<i class="bg-success"></i> completed
|
<em class="bg-success"></em> completed
|
||||||
</span>
|
</span>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
@ -584,7 +584,7 @@
|
|||||||
<td class="text-right">
|
<td class="text-right">
|
||||||
<div class="dropdown">
|
<div class="dropdown">
|
||||||
<a class="btn btn-sm btn-icon-only text-light" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
<a class="btn btn-sm btn-icon-only text-light" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||||
<i class="fas fa-ellipsis-v"></i>
|
<em class="fas fa-ellipsis-v"></em>
|
||||||
</a>
|
</a>
|
||||||
<div class="dropdown-menu dropdown-menu-right dropdown-menu-arrow">
|
<div class="dropdown-menu dropdown-menu-right dropdown-menu-arrow">
|
||||||
<a class="dropdown-item" href="#">Action</a>
|
<a class="dropdown-item" href="#">Action</a>
|
||||||
@ -610,7 +610,7 @@
|
|||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<span class="badge badge-dot mr-4">
|
<span class="badge badge-dot mr-4">
|
||||||
<i class="bg-danger"></i> delayed
|
<em class="bg-danger"></em> delayed
|
||||||
</span>
|
</span>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
@ -642,7 +642,7 @@
|
|||||||
<td class="text-right">
|
<td class="text-right">
|
||||||
<div class="dropdown">
|
<div class="dropdown">
|
||||||
<a class="btn btn-sm btn-icon-only text-light" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
<a class="btn btn-sm btn-icon-only text-light" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||||
<i class="fas fa-ellipsis-v"></i>
|
<em class="fas fa-ellipsis-v"></em>
|
||||||
</a>
|
</a>
|
||||||
<div class="dropdown-menu dropdown-menu-right dropdown-menu-arrow">
|
<div class="dropdown-menu dropdown-menu-right dropdown-menu-arrow">
|
||||||
<a class="dropdown-item" href="#">Action</a>
|
<a class="dropdown-item" href="#">Action</a>
|
||||||
@ -668,7 +668,7 @@
|
|||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<span class="badge badge-dot">
|
<span class="badge badge-dot">
|
||||||
<i class="bg-info"></i> on schedule
|
<em class="bg-info"></em> on schedule
|
||||||
</span>
|
</span>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
@ -700,7 +700,7 @@
|
|||||||
<td class="text-right">
|
<td class="text-right">
|
||||||
<div class="dropdown">
|
<div class="dropdown">
|
||||||
<a class="btn btn-sm btn-icon-only text-light" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
<a class="btn btn-sm btn-icon-only text-light" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||||
<i class="fas fa-ellipsis-v"></i>
|
<em class="fas fa-ellipsis-v"></em>
|
||||||
</a>
|
</a>
|
||||||
<div class="dropdown-menu dropdown-menu-right dropdown-menu-arrow">
|
<div class="dropdown-menu dropdown-menu-right dropdown-menu-arrow">
|
||||||
<a class="dropdown-item" href="#">Action</a>
|
<a class="dropdown-item" href="#">Action</a>
|
||||||
@ -726,7 +726,7 @@
|
|||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<span class="badge badge-dot mr-4">
|
<span class="badge badge-dot mr-4">
|
||||||
<i class="bg-success"></i> completed
|
<em class="bg-success"></em> completed
|
||||||
</span>
|
</span>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
@ -758,7 +758,7 @@
|
|||||||
<td class="text-right">
|
<td class="text-right">
|
||||||
<div class="dropdown">
|
<div class="dropdown">
|
||||||
<a class="btn btn-sm btn-icon-only text-light" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
<a class="btn btn-sm btn-icon-only text-light" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||||
<i class="fas fa-ellipsis-v"></i>
|
<em class="fas fa-ellipsis-v"></em>
|
||||||
</a>
|
</a>
|
||||||
<div class="dropdown-menu dropdown-menu-right dropdown-menu-arrow">
|
<div class="dropdown-menu dropdown-menu-right dropdown-menu-arrow">
|
||||||
<a class="dropdown-item" href="#">Action</a>
|
<a class="dropdown-item" href="#">Action</a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user