Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENHANCEMENT: Resized Buttons to Small for Export #51

Merged
merged 1 commit into from
Oct 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions js/datatables/datatablesAPDevices.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ $(document).ready(function () {
},
dom: 'fBlrtip',
buttons: [
{ extend: 'copyHtml5', className: 'btn btn-primary' },
{ extend: 'excelHtml5', className: 'btn btn-primary', title: 'Autopilot Device List - ' + TenantID + " - " + todayDate, exportOptions: {columns: [ 0,1,2,3,4 ]} },
{ extend: 'csvHtml5', className: 'btn btn-primary', title: 'Autopilot Device List - ' + TenantID + " - " + todayDate, exportOptions: {columns: [ 0,1,2,3,4 ]} },
{ extend: 'pdfHtml5', className: 'btn btn-primary', orientation: 'landscape', title: 'Autopilot Device List - ' + TenantID + " - " + todayDate, exportOptions: {columns: [ 0,1,2,3,4 ]} },
{ extend: 'copyHtml5', className: 'btn btn-primary btn-sm' },
{ extend: 'excelHtml5', className: 'btn btn-primary btn-sm', title: 'Autopilot Device List - ' + TenantID + " - " + todayDate, exportOptions: {columns: [ 0,1,2,3,4 ]} },
{ extend: 'csvHtml5', className: 'btn btn-primary btn-sm', title: 'Autopilot Device List - ' + TenantID + " - " + todayDate, exportOptions: {columns: [ 0,1,2,3,4 ]} },
{ extend: 'pdfHtml5', className: 'btn btn-primary btn-sm', orientation: 'landscape', title: 'Autopilot Device List - ' + TenantID + " - " + todayDate, exportOptions: {columns: [ 0,1,2,3,4 ]} },
],
"columns": [
{ "data": "serialNumber" },
Expand Down
8 changes: 4 additions & 4 deletions js/datatables/datatablesAutopilotConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ $(document).ready(function () {
},
dom: 'fBlrtip',
buttons: [
{ extend: 'copyHtml5', className: 'btn btn-primary' },
{ extend: 'excelHtml5', className: 'btn btn-primary', title: 'Autopilot Profile List - ' + TenantID + " - " + todayDate, exportOptions: {columns: [ 0,1,2,3,4 ]} },
{ extend: 'csvHtml5', className: 'btn btn-primary', title: 'Autopilot Profile List - ' + TenantID + " - " + todayDate, exportOptions: {columns: [ 0,1,2,3,4 ]} },
{ extend: 'pdfHtml5', className: 'btn btn-primary', orientation: 'landscape', title: 'Autopilot Profile List - ' + TenantID + " - " + todayDate, exportOptions: {columns: [ 0,1,2,3,4 ]} },
{ extend: 'copyHtml5', className: 'btn btn-primary btn-sm' },
{ extend: 'excelHtml5', className: 'btn btn-primary btn-sm', title: 'Autopilot Profile List - ' + TenantID + " - " + todayDate, exportOptions: {columns: [ 0,1,2,3,4 ]} },
{ extend: 'csvHtml5', className: 'btn btn-primary btn-sm', title: 'Autopilot Profile List - ' + TenantID + " - " + todayDate, exportOptions: {columns: [ 0,1,2,3,4 ]} },
{ extend: 'pdfHtml5', className: 'btn btn-primary btn-sm', orientation: 'landscape', title: 'Autopilot Profile List - ' + TenantID + " - " + todayDate, exportOptions: {columns: [ 0,1,2,3,4 ]} },
],
"columns": [
{ "data": "displayName" },
Expand Down
8 changes: 4 additions & 4 deletions js/datatables/datatablesESP.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ $(document).ready(function () {
},
dom: 'fBlrtip',
buttons: [
{ extend: 'copyHtml5', className: 'btn btn-primary' },
{ extend: 'excelHtml5', className: 'btn btn-primary', title: 'Enrollment Status Page - ' + TenantID + " - " + todayDate, exportOptions: {columns: [ 0,1,2,3,4,5,6 ]} },
{ extend: 'csvHtml5', className: 'btn btn-primary', title: 'Enrollment Status Page - ' + TenantID + " - " + todayDate, exportOptions: {columns: [ 0,1,2,3,4,5,6 ]} },
{ extend: 'pdfHtml5', className: 'btn btn-primary', orientation: 'landscape', title: 'Enrollment Status Page - ' + TenantID + " - " + todayDate, exportOptions: {columns: [ 0,1,2,3,4,5,6 ]} },
{ extend: 'copyHtml5', className: 'btn btn-primary btn-sm' },
{ extend: 'excelHtml5', className: 'btn btn-primary btn-sm', title: 'Enrollment Status Page - ' + TenantID + " - " + todayDate, exportOptions: {columns: [ 0,1,2,3,4,5,6 ]} },
{ extend: 'csvHtml5', className: 'btn btn-primary btn-sm', title: 'Enrollment Status Page - ' + TenantID + " - " + todayDate, exportOptions: {columns: [ 0,1,2,3,4,5,6 ]} },
{ extend: 'pdfHtml5', className: 'btn btn-primary btn-sm', orientation: 'landscape', title: 'Enrollment Status Page - ' + TenantID + " - " + todayDate, exportOptions: {columns: [ 0,1,2,3,4,5,6 ]} },
],
"columns": [
{ "data": "displayName" },
Expand Down
8 changes: 4 additions & 4 deletions js/datatables/datatablesIntunePol.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ $(document).ready(function () {
},
dom: 'fBlrtip',
buttons: [
{ extend: 'copyHtml5', className: 'btn btn-primary' },
{ extend: 'excelHtml5', className: 'btn btn-primary', title: 'Intune Policy List - ' + TenantID + " - " + todayDate, exportOptions: {columns: [ 0,1 ]} },
{ extend: 'csvHtml5', className: 'btn btn-primary', title: 'Intune Policy List - ' + TenantID + " - " + todayDate, exportOptions: {columns: [ 0,1 ]} },
{ extend: 'pdfHtml5', className: 'btn btn-primary', orientation: 'landscape', title: 'Intune Policy List - ' + TenantID + " - " + todayDate, exportOptions: {columns: [ 0,1 ]} },
{ extend: 'copyHtml5', className: 'btn btn-primary btn-sm' },
{ extend: 'excelHtml5', className: 'btn btn-primary btn-sm', title: 'Intune Policy List - ' + TenantID + " - " + todayDate, exportOptions: {columns: [ 0,1 ]} },
{ extend: 'csvHtml5', className: 'btn btn-primary btn-sm', title: 'Intune Policy List - ' + TenantID + " - " + todayDate, exportOptions: {columns: [ 0,1 ]} },
{ extend: 'pdfHtml5', className: 'btn btn-primary btn-sm', orientation: 'landscape', title: 'Intune Policy List - ' + TenantID + " - " + todayDate, exportOptions: {columns: [ 0,1 ]} },
],
"columns": [
{ "data": "displayName" },
Expand Down
8 changes: 4 additions & 4 deletions js/datatables/datatablesMailbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ $(document).ready(function () {
},
dom: 'fBlrtip',
buttons: [
{ extend: 'copyHtml5', className: 'btn btn-primary' },
{ extend: 'excelHtml5', className: 'btn btn-primary', title: 'Mailbox List - ' + TenantID + " - " + todayDate },
{ extend: 'csvHtml5', className: 'btn btn-primary', title: 'Mailbox List - ' + TenantID + " - " + todayDate },
{ extend: 'pdfHtml5', className: 'btn btn-primary', orientation: 'landscape', title: 'Mailbox List - ' + TenantID + " - " + todayDate, exportOptions: {columns: [ 0,1,2,4,5 ]} },
{ extend: 'copyHtml5', className: 'btn btn-primary btn-sm' },
{ extend: 'excelHtml5', className: 'btn btn-primary btn-sm', title: 'Mailbox List - ' + TenantID + " - " + todayDate },
{ extend: 'csvHtml5', className: 'btn btn-primary btn-sm', title: 'Mailbox List - ' + TenantID + " - " + todayDate },
{ extend: 'pdfHtml5', className: 'btn btn-primary btn-sm', orientation: 'landscape', title: 'Mailbox List - ' + TenantID + " - " + todayDate, exportOptions: {columns: [ 0,1,2,4,5 ]} },
],
"columns": [
{ "data": "UPN" },
Expand Down
8 changes: 4 additions & 4 deletions js/datatables/datatablesMailboxCAS.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ $(document).ready(function () {
},
dom: 'fBlrtip',
buttons: [
{ extend: 'copyHtml5', className: 'btn btn-primary' },
{ extend: 'excelHtml5', className: 'btn btn-primary', title: 'Mailbox CAS Settings - ' + TenantID + " - " + todayDate },
{ extend: 'csvHtml5', className: 'btn btn-primary', title: 'Mailbox CAS Settings - ' + TenantID + " - " + todayDate },
{ extend: 'pdfHtml5', className: 'btn btn-primary', orientation: 'landscape', title: 'Mailbox CAS Settings - ' + TenantID + " - " + todayDate},
{ extend: 'copyHtml5', className: 'btn btn-primary btn-sm' },
{ extend: 'excelHtml5', className: 'btn btn-primary btn-sm', title: 'Mailbox CAS Settings - ' + TenantID + " - " + todayDate },
{ extend: 'csvHtml5', className: 'btn btn-primary btn-sm', title: 'Mailbox CAS Settings - ' + TenantID + " - " + todayDate },
{ extend: 'pdfHtml5', className: 'btn btn-primary btn-sm', orientation: 'landscape', title: 'Mailbox CAS Settings - ' + TenantID + " - " + todayDate},
],
"columns": [
{ "data": "displayName" },
Expand Down
8 changes: 4 additions & 4 deletions js/datatables/datatablesMailboxMobileDevices.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ $(document).ready(function () {
},
dom: 'fBlrtip',
buttons: [
{ extend: 'copyHtml5', className: 'btn btn-primary' },
{ extend: 'excelHtml5', className: 'btn btn-primary', title: 'Mobile Device Report - ' + TenantID + " - " + todayDate, exportOptions: {columns: [ 0,1,2,3,4,5,6,7,8,9,10 ]} },
{ extend: 'csvHtml5', className: 'btn btn-primary', title: 'Mobile Device Report - ' + TenantID + " - " + todayDate, exportOptions: {columns: [ 0,1,2,3,4,5,6,7,8,9,10 ]} },
{ extend: 'pdfHtml5', className: 'btn btn-primary', orientation: 'landscape', title: 'Mobile Device Report - ' + TenantID + " - " + todayDate, exportOptions: {columns: [ 0,1,2,3,4,5,6,7,8,9,10 ]} },
{ extend: 'copyHtml5', className: 'btn btn-primary btn-sm' },
{ extend: 'excelHtml5', className: 'btn btn-primary btn-sm', title: 'Mobile Device Report - ' + TenantID + " - " + todayDate, exportOptions: {columns: [ 0,1,2,3,4,5,6,7,8,9,10 ]} },
{ extend: 'csvHtml5', className: 'btn btn-primary btn-sm', title: 'Mobile Device Report - ' + TenantID + " - " + todayDate, exportOptions: {columns: [ 0,1,2,3,4,5,6,7,8,9,10 ]} },
{ extend: 'pdfHtml5', className: 'btn btn-primary btn-sm', orientation: 'landscape', title: 'Mobile Device Report - ' + TenantID + " - " + todayDate, exportOptions: {columns: [ 0,1,2,3,4,5,6,7,8,9,10 ]} },
],
"columns": [
{ "data": "clientType" },
Expand Down
8 changes: 4 additions & 4 deletions js/datatables/datatablesMailboxStatistics.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ $(document).ready(function () {
},
dom: 'fBlrtip',
buttons: [
{ extend: 'copyHtml5', className: 'btn btn-primary' },
{ extend: 'excelHtml5', className: 'btn btn-primary', title: 'Mailbox Statistics - ' + TenantID + " - " + todayDate },
{ extend: 'csvHtml5', className: 'btn btn-primary', title: 'Mailbox Statistics - ' + TenantID + " - " + todayDate },
{ extend: 'pdfHtml5', className: 'btn btn-primary', orientation: 'landscape', title: 'Mailbox Statistics - ' + TenantID + " - " + todayDate },
{ extend: 'copyHtml5', className: 'btn btn-primary btn-sm' },
{ extend: 'excelHtml5', className: 'btn btn-primary btn-sm', title: 'Mailbox Statistics - ' + TenantID + " - " + todayDate },
{ extend: 'csvHtml5', className: 'btn btn-primary btn-sm', title: 'Mailbox Statistics - ' + TenantID + " - " + todayDate },
{ extend: 'pdfHtml5', className: 'btn btn-primary btn-sm', orientation: 'landscape', title: 'Mailbox Statistics - ' + TenantID + " - " + todayDate },
],
"columns": [
{ "data": "UPN" },
Expand Down
8 changes: 4 additions & 4 deletions js/datatables/datatablesMessagetrace.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ $(document).ready(function () {
},
dom: 'fBlrtip',
buttons: [
{ extend: 'copyHtml5', className: 'btn btn-primary' },
{ extend: 'excelHtml5', className: 'btn btn-primary', title: 'Mailbox Statistics - ' + TenantID + " - " + todayDate },
{ extend: 'csvHtml5', className: 'btn btn-primary', title: 'Mailbox Statistics - ' + TenantID + " - " + todayDate },
{ extend: 'pdfHtml5', className: 'btn btn-primary', orientation: 'landscape', title: 'Mailbox Statistics - ' + TenantID + " - " + todayDate },
{ extend: 'copyHtml5', className: 'btn btn-primary btn-sm' },
{ extend: 'excelHtml5', className: 'btn btn-primary btn-sm', title: 'Mailbox Statistics - ' + TenantID + " - " + todayDate },
{ extend: 'csvHtml5', className: 'btn btn-primary btn-sm', title: 'Mailbox Statistics - ' + TenantID + " - " + todayDate },
{ extend: 'pdfHtml5', className: 'btn btn-primary btn-sm', orientation: 'landscape', title: 'Mailbox Statistics - ' + TenantID + " - " + todayDate },
],
"columns": [
{ "data": "Date" },
Expand Down
8 changes: 4 additions & 4 deletions js/datatables/datatablesOnedrive.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ $(document).ready(function () {
},
dom: 'fBlrtip',
buttons: [
{ extend: 'copyHtml5', className: 'btn btn-primary' },
{ extend: 'excelHtml5', className: 'btn btn-primary', title: 'OneDrive List - ' + TenantID + " - " + todayDate, exportOptions: {columns: [ 0,1,2,3,4,5 ]} },
{ extend: 'csvHtml5', className: 'btn btn-primary', title: 'OneDrive List - ' + TenantID + " - " + todayDate, exportOptions: {columns: [ 0,1,2,3,4,5 ]} },
{ extend: 'pdfHtml5', className: 'btn btn-primary', orientation: 'landscape', title: 'OneDrive List - ' + TenantID + " - " + todayDate, exportOptions: {columns: [ 0,1,2,3,4,5 ]} },
{ extend: 'copyHtml5', className: 'btn btn-primary btn-sm' },
{ extend: 'excelHtml5', className: 'btn btn-primary btn-sm', title: 'OneDrive List - ' + TenantID + " - " + todayDate, exportOptions: {columns: [ 0,1,2,3,4,5 ]} },
{ extend: 'csvHtml5', className: 'btn btn-primary btn-sm', title: 'OneDrive List - ' + TenantID + " - " + todayDate, exportOptions: {columns: [ 0,1,2,3,4,5 ]} },
{ extend: 'pdfHtml5', className: 'btn btn-primary btn-sm', orientation: 'landscape', title: 'OneDrive List - ' + TenantID + " - " + todayDate, exportOptions: {columns: [ 0,1,2,3,4,5 ]} },
],
"columns": [
{ "data": "displayName" },
Expand Down
8 changes: 4 additions & 4 deletions js/datatables/datatablesSharepoint.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ $(document).ready(function () {
},
dom: 'fBlrtip',
buttons: [
{ extend: 'copyHtml5', className: 'btn btn-primary' },
{ extend: 'excelHtml5', className: 'btn btn-primary', title: 'Sharepoint List - ' + TenantID + " - " + todayDate, exportOptions: {columns: [ 0,1,2,3,4,5,6 ]} },
{ extend: 'csvHtml5', className: 'btn btn-primary', title: 'Sharepoint List - ' + TenantID + " - " + todayDate, exportOptions: {columns: [ 0,1,2,3,4,5,6 ]} },
{ extend: 'pdfHtml5', className: 'btn btn-primary', orientation: 'landscape', title: 'Sharepoint List - ' + TenantID + " - " + todayDate, exportOptions: {columns: [ 0,1,2,3,4,5,6 ]} },
{ extend: 'copyHtml5', className: 'btn btn-primary btn-sm' },
{ extend: 'excelHtml5', className: 'btn btn-primary btn-sm', title: 'Sharepoint List - ' + TenantID + " - " + todayDate, exportOptions: {columns: [ 0,1,2,3,4,5,6 ]} },
{ extend: 'csvHtml5', className: 'btn btn-primary btn-sm', title: 'Sharepoint List - ' + TenantID + " - " + todayDate, exportOptions: {columns: [ 0,1,2,3,4,5,6 ]} },
{ extend: 'pdfHtml5', className: 'btn btn-primary btn-sm', orientation: 'landscape', title: 'Sharepoint List - ' + TenantID + " - " + todayDate, exportOptions: {columns: [ 0,1,2,3,4,5,6 ]} },
],
"columns": [
{ "data": "displayName" },
Expand Down
8 changes: 4 additions & 4 deletions js/datatables/datatablesStandards.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ $(document).ready(function () {
},
dom: 'fBlrtip',
buttons: [
{ extend: 'copyHtml5', className: 'btn btn-primary' },
{ extend: 'excelHtml5', className: 'btn btn-primary', title: 'Applied Standards - ' + todayDate, exportOptions: {columns: [ 0,1,2 ]} },
{ extend: 'csvHtml5', className: 'btn btn-primary', title: 'Applied Standards - ' + todayDate, exportOptions: {columns: [ 0,1,2 ]} },
{ extend: 'pdfHtml5', className: 'btn btn-primary', orientation: 'landscape', title: 'Applied Standards - ' + todayDate, exportOptions: {columns: [ 0,1,2 ]} },
{ extend: 'copyHtml5', className: 'btn btn-primary btn-sm' },
{ extend: 'excelHtml5', className: 'btn btn-primary btn-sm', title: 'Applied Standards - ' + todayDate, exportOptions: {columns: [ 0,1,2 ]} },
{ extend: 'csvHtml5', className: 'btn btn-primary btn-sm', title: 'Applied Standards - ' + todayDate, exportOptions: {columns: [ 0,1,2 ]} },
{ extend: 'pdfHtml5', className: 'btn btn-primary btn-sm', orientation: 'landscape', title: 'Applied Standards - ' + todayDate, exportOptions: {columns: [ 0,1,2 ]} },
],
"columns": [
{ "data": "displayName" },
Expand Down
8 changes: 4 additions & 4 deletions js/datatables/datatablesTeams.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ $(document).ready(function () {
},
dom: 'fBlrtip',
buttons: [
{ extend: 'copyHtml5', className: 'btn btn-primary' },
{ extend: 'excelHtml5', className: 'btn btn-primary', title: 'Teams List - ' + TenantID + " - " + todayDate, exportOptions: {columns: [ 0,1,2,3 ]} },
{ extend: 'csvHtml5', className: 'btn btn-primary', title: 'Teams List - ' + TenantID + " - " + todayDate, exportOptions: {columns: [ 0,1,2,3 ]} },
{ extend: 'pdfHtml5', className: 'btn btn-primary', orientation: 'landscape', title: 'Teams List - ' + TenantID + " - " + todayDate, exportOptions: {columns: [ 0,1,2,3 ]} },
{ extend: 'copyHtml5', className: 'btn btn-primary btn-sm' },
{ extend: 'excelHtml5', className: 'btn btn-primary btn-sm', title: 'Teams List - ' + TenantID + " - " + todayDate, exportOptions: {columns: [ 0,1,2,3 ]} },
{ extend: 'csvHtml5', className: 'btn btn-primary btn-sm', title: 'Teams List - ' + TenantID + " - " + todayDate, exportOptions: {columns: [ 0,1,2,3 ]} },
{ extend: 'pdfHtml5', className: 'btn btn-primary btn-sm', orientation: 'landscape', title: 'Teams List - ' + TenantID + " - " + todayDate, exportOptions: {columns: [ 0,1,2,3 ]} },
],
"columns": [
{ "data": "displayName" },
Expand Down
8 changes: 4 additions & 4 deletions js/datatables/datatablesallapps.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ $(document).ready(function () {
},
dom: 'fBlrtip',
buttons: [
{ extend: 'copyHtml5', className: 'btn btn-primary' },
{ extend: 'excelHtml5', className: 'btn btn-primary', title: 'Application List - ' + TenantID + " - " + todayDate, exportOptions: {columns: [ 0,1,2,3 ]} },
{ extend: 'csvHtml5', className: 'btn btn-primary', title: 'Application List - ' + TenantID + " - " + todayDate, exportOptions: {columns: [ 0,1,2,3 ]} },
{ extend: 'pdfHtml5', className: 'btn btn-primary', orientation: 'landscape', title: 'Application List - ' + TenantID + " - " + todayDate, exportOptions: {columns: [ 0,1,2,3 ]} },
{ extend: 'copyHtml5', className: 'btn btn-primary btn-sm' },
{ extend: 'excelHtml5', className: 'btn btn-primary btn-sm', title: 'Application List - ' + TenantID + " - " + todayDate, exportOptions: {columns: [ 0,1,2,3 ]} },
{ extend: 'csvHtml5', className: 'btn btn-primary btn-sm', title: 'Application List - ' + TenantID + " - " + todayDate, exportOptions: {columns: [ 0,1,2,3 ]} },
{ extend: 'pdfHtml5', className: 'btn btn-primary btn-sm', orientation: 'landscape', title: 'Application List - ' + TenantID + " - " + todayDate, exportOptions: {columns: [ 0,1,2,3 ]} },
],
"columns": [
{ "data": "displayName" },
Expand Down
Loading