Skip to content

Commit

Permalink
changed icon for daemand time
Browse files Browse the repository at this point in the history
  • Loading branch information
NisanurBulut committed Apr 9, 2021
1 parent f48c83a commit d24615e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/datatables-load.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function loadDemandsToTable(dataSource) {
data: 'demandDatetime',
render: function (data, type, full) {
return `<div class="ui label">
<i class="clock icon"></i> ${data}
<i class="calender alternate icon"></i> ${data}
</div>`;
},
},
Expand Down

0 comments on commit d24615e

Please sign in to comment.