Skip to content

Commit

Permalink
add html property in all results tables
Browse files Browse the repository at this point in the history
  • Loading branch information
afourmy committed Jan 11, 2024
1 parent 60e4dd9 commit 66f0833
Showing 1 changed file with 18 additions and 9 deletions.
27 changes: 18 additions & 9 deletions setup/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,8 @@
"search": "bool",
"search_labels": { "true": "Success", "false": "Failure" },
"width": "80px",
"orderable": false
"orderable": false,
"html": true
},
{
"data": "buttons",
Expand All @@ -442,12 +443,14 @@
{
"data": "v1",
"title": "V1",
"orderable": false
"orderable": false,
"html": true
},
{
"data": "v2",
"title": "V2",
"orderable": false
"orderable": false,
"html": true
}
],
"link": [
Expand Down Expand Up @@ -918,7 +921,8 @@
"search": "bool",
"search_labels": { "true": "Success", "false": "Failure" },
"width": "80px",
"orderable": false
"orderable": false,
"html": true
},
{
"data": "buttons",
Expand All @@ -928,12 +932,14 @@
{
"data": "v1",
"title": "V1",
"orderable": false
"orderable": false,
"html": true
},
{
"data": "v2",
"title": "V2",
"orderable": false
"orderable": false,
"html": true
}
],
"device_result": [
Expand Down Expand Up @@ -977,7 +983,8 @@
"title": "Status",
"search": "bool",
"width": "80px",
"orderable": false
"orderable": false,
"html": true
},
{
"data": "buttons",
Expand All @@ -987,12 +994,14 @@
{
"data": "v1",
"title": "V1",
"orderable": false
"orderable": false,
"html": true
},
{
"data": "v2",
"title": "V2",
"orderable": false
"orderable": false,
"html": true
}
],
"group": [
Expand Down

0 comments on commit 66f0833

Please sign in to comment.