diff --git a/pom.xml b/pom.xml index c89c60c..69d344e 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ ch.filecloud ch.filecloud.queue-monitor - 0.0.1-SNAPSHOT + 0.0.1 org.springframework.boot diff --git a/src/main/webapp/views/queues.html b/src/main/webapp/views/queues.html index 29dec18..079aeef 100644 --- a/src/main/webapp/views/queues.html +++ b/src/main/webapp/views/queues.html @@ -1,13 +1,14 @@ Queues No active queues found! - + Name Message count Messages Added Consumer count + @@ -16,6 +17,9 @@ Queues {{queue.messageCount}} {{queue.messagesAdded}} {{queue.consumerCount}} + + + diff --git a/src/main/webapp/views/topic-detail.html b/src/main/webapp/views/topic-detail.html index 55b9be5..57807c0 100644 --- a/src/main/webapp/views/topic-detail.html +++ b/src/main/webapp/views/topic-detail.html @@ -45,7 +45,7 @@ Subscriptions - Delete + diff --git a/src/main/webapp/views/topics.html b/src/main/webapp/views/topics.html index a0d1f0c..9c721ca 100644 --- a/src/main/webapp/views/topics.html +++ b/src/main/webapp/views/topics.html @@ -1,7 +1,7 @@ Topics No active topics found! - + Name @@ -18,7 +18,7 @@ Topics {{topic.messagesAdded}} {{topic.subscriptionCount}} - Info +