Update createUiDefinition.json

Fixing null values
This commit is contained in:
moti-ba 2024-08-29 12:09:00 +03:00
Родитель 61bdcff2c8
Коммит da46593dee
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -86,7 +86,7 @@
"name": "workbook1-text",
"type": "Microsoft.Common.TextBlock",
"options": {
"text": "This Workbook gives an overview of ingestion of logs in the CommonSecurityLog table."
"text": "This Workbook provides an overview of all traffic logs within your network, offering insights into data transfer, anomalies, and potential threats."
}
}
]
@ -94,13 +94,13 @@
{
"name": "workbook2",
"type": "Microsoft.Common.Section",
"label": null,
"label": "Microsoft Global Secure AccessTraffic Logs Workbook ",
"elements": [
{
"name": "workbook2-text",
"type": "Microsoft.Common.TextBlock",
"options": {
"text": null
"text": "This Workbook provides an overview of all traffic logs within your network, offering insights into data transfer, anomalies, and potential threats."
}
}
]