Skip to content

Commit

Permalink
Align left Application column in alert -> flow
Browse files Browse the repository at this point in the history
  • Loading branch information
uccidibuti authored and pull[bot] committed Apr 7, 2023
1 parent df0992c commit 4716502
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/* Score */
{responsivePriority: 2, name: 'score', data: 'score', className: 'text-center', render: DataTableRenders.formatValueLabel},
/* Application */
{responsivePriority: 3, name: 'l7_proto', data: 'l7_proto', orderable: false, className: 'text-center text-nowrap', render: (proto, type, row) => {
{responsivePriority: 3, name: 'l7_proto', data: 'l7_proto', orderable: false, className: 'text-left text-nowrap', render: (proto, type, row) => {
if (type !== "display") return proto.value;
let confidence = ""
if (proto.confidence !== undefined) {
Expand Down

0 comments on commit 4716502

Please sign in to comment.