-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: add view templates option to dashboard menu * feat: increase dropdown overlay width Set the dropdown overlay width to 200px to provide breathing space for the dropdown button. Added flex to wrap the dropdown button to create space between the right icon and the left elements. * feat: add localization for messaging queues Kafka overview page Added localization support for the messaging queues Kafka overview page. Closes #1735 --------- Co-authored-by: Pranay Prateek <pranay@signoz.io>
- Loading branch information
1 parent
6f7999a
commit e4753e6
Showing
3 changed files
with
78 additions
and
25 deletions.
There are no files selected for viewing
30 changes: 30 additions & 0 deletions
30
frontend/public/locales/en-GB/messagingQueuesKafkaOverview.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"breadcrumb": "Messaging Queues", | ||
"header": "Kafka / Overview", | ||
"overview": { | ||
"title": "Start sending data in as little as 20 minutes", | ||
"subtitle": "Connect and Monitor Your Data Streams" | ||
}, | ||
"configureConsumer": { | ||
"title": "Configure Consumer", | ||
"description": "Add consumer data sources to gain insights and enhance monitoring.", | ||
"button": "Get Started" | ||
}, | ||
"configureProducer": { | ||
"title": "Configure Producer", | ||
"description": "Add producer data sources to gain insights and enhance monitoring.", | ||
"button": "Get Started" | ||
}, | ||
"monitorKafka": { | ||
"title": "Monitor kafka", | ||
"description": "Add your Kafka source to gain insights and enhance activity tracking.", | ||
"button": "Get Started" | ||
}, | ||
"summarySection": { | ||
"viewDetailsButton": "View Details" | ||
}, | ||
"confirmModal": { | ||
"content": "Before navigating to the details page, please make sure you have configured all the required setup to ensure correct data monitoring.", | ||
"okText": "Proceed" | ||
} | ||
} |
30 changes: 30 additions & 0 deletions
30
frontend/public/locales/en/messagingQueuesKafkaOverview.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"breadcrumb": "Messaging Queues", | ||
"header": "Kafka / Overview", | ||
"overview": { | ||
"title": "Start sending data in as little as 20 minutes", | ||
"subtitle": "Connect and Monitor Your Data Streams" | ||
}, | ||
"configureConsumer": { | ||
"title": "Configure Consumer", | ||
"description": "Add consumer data sources to gain insights and enhance monitoring.", | ||
"button": "Get Started" | ||
}, | ||
"configureProducer": { | ||
"title": "Configure Producer", | ||
"description": "Add producer data sources to gain insights and enhance monitoring.", | ||
"button": "Get Started" | ||
}, | ||
"monitorKafka": { | ||
"title": "Monitor kafka", | ||
"description": "Add your Kafka source to gain insights and enhance activity tracking.", | ||
"button": "Get Started" | ||
}, | ||
"summarySection": { | ||
"viewDetailsButton": "View Details" | ||
}, | ||
"confirmModal": { | ||
"content": "Before navigating to the details page, please make sure you have configured all the required setup to ensure correct data monitoring.", | ||
"okText": "Proceed" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters