Skip to content

Commit

Permalink
Modified: spacing for service account field in admin manage users page (
Browse files Browse the repository at this point in the history
  • Loading branch information
signebedi committed Jul 2, 2024
1 parent baee578 commit 6b1f9c9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ $(document).ready(function() {
$('#usersTable').DataTable({
autoWidth: false,
columns: [{ width: '5%' }, { width: '15%' }, { width: '15%' }, { width: '15%' }, { width: '5%' }, { width: '15%' }, { width: '15%' }, { width: '5%' }, { width: '5%' },],
// lengthChange: false,
// This is a fix to properly sort prettified datetimes
columnDefs: [
{
Expand Down

0 comments on commit 6b1f9c9

Please sign in to comment.