Skip to content

Commit

Permalink
Merge branch 'master' of github.com:susom/OnCore-Integration
Browse files Browse the repository at this point in the history
  • Loading branch information
ihabzee committed Nov 19, 2024
2 parents b2739b5 + c2de743 commit 8fddf43
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pages/projects_log_viewer.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@

<script src="https://code.jquery.com/jquery-3.5.1.js" crossorigin="anonymous"></script>
<script src="https://cdn.datatables.net/1.13.1/js/jquery.dataTables.min.js" crossorigin="anonymous"></script>

<style>
#project-logs_wrapper{
padding-right:20px;
}
</style>
<table id="project-logs" class="display" style="width:100%">
<thead>
<tr>
Expand Down Expand Up @@ -55,4 +59,4 @@
?>
<div class="alert-danger alert"><?php echo $e->getMessage(); ?></div>
<?php
}
}

0 comments on commit 8fddf43

Please sign in to comment.