Skip to content

Commit 38f4f0a

Browse files
Update rabbitmq property name (#275)
1 parent 8f4aba6 commit 38f4f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/static/js/information.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jQuery(document).ready(function () {
127127
var callback = {
128128
success: function (responseData, textStatus) {
129129
createGeneralEIInfo(responseData);
130-
generateEIInformationBasedOnList(responseData.rabbitmq, "Eiffel Intelligence Connected RabbitMq Instances");
130+
generateEIInformationBasedOnList(responseData.rmqProperties, "Eiffel Intelligence Connected RabbitMq Instances");
131131
generateEIInformationBasedOnList(responseData.mongodb, "Eiffel Intelligence Connected MongoDb Instances");
132132
generateEIInformationBasedOnList(responseData.threads, "Eiffel Intelligence Backend Java Threads Settings");
133133
generateEIInformationBasedOnList(responseData.email, "Eiffel Intelligence Backend E-Mail Settings");

0 commit comments

Comments
 (0)