Browse Source
Merge pull request #11070 from maxunbearable/fix/3911-connector-name-logs
Added Connector Name to Gateway Connector Logs
pull/11071/head
Vladyslav Prykhodko
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
application/src/main/data/json/tenant/dashboards/gateways.json
|
|
|
@ -880,7 +880,7 @@ |
|
|
|
"isConnectorLog": true, |
|
|
|
"connectorLogState": "connector_logs" |
|
|
|
}, |
|
|
|
"title": "Gateway Logs", |
|
|
|
"title": "${entityName} Logs", |
|
|
|
"showTitleIcon": false, |
|
|
|
"dropShadow": true, |
|
|
|
"enableFullscreen": true, |
|
|
|
|