diff --git a/ui/package.json b/ui/package.json index d63c9fe..2e2efa1 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "ui", - "version": "0.1.3", + "version": "0.1.4", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/ui/src/app/components/anomaly-explorer/message-replay/message-replay.component.html b/ui/src/app/components/anomaly-explorer/message-replay/message-replay.component.html index b69ba1b..95fc54c 100644 --- a/ui/src/app/components/anomaly-explorer/message-replay/message-replay.component.html +++ b/ui/src/app/components/anomaly-explorer/message-replay/message-replay.component.html @@ -5,25 +5,25 @@
No RabbitMQ Direct: | +RabbitMQ Direct: |
- {{ mrtScenario.no_rabbitmq_direct | json }}+ {{ !mrtScenario.no_rabbitmq_direct | json }} |
No MongoDB Log: | +MongoDB Log: |
- {{ mrtScenario.no_mongodb_log | json }}+ {{ !mrtScenario.no_mongodb_log | json }} |
No MongoDB State: | +MongoDB State: |
- {{ mrtScenario.no_mongodb_state | json }}+ {{ !mrtScenario.no_mongodb_state | json }} |
No MongoDB Statistics: | +MongoDB Statistics: |
- {{ mrtScenario.no_mongodb_statistics | json }}+ {{ !mrtScenario.no_mongodb_statistics | json }} |