From 698e56e0ff874530b3c79b7fc283ba299e48ffc6 Mon Sep 17 00:00:00 2001 From: Ryan Crichton Date: Wed, 7 Oct 2015 16:55:54 +0200 Subject: [PATCH 1/2] Adds big string support to mediator config --- app/styles/main.css | 5 +++++ app/views/mediatorConfigModal.html | 13 +++++++++++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/app/styles/main.css b/app/styles/main.css index d1465f59..8cf94ee8 100644 --- a/app/styles/main.css +++ b/app/styles/main.css @@ -1294,3 +1294,8 @@ label { position: relative; } .modal-fullview .route-detail-container .data-group{ height: 100%; } .modal-fullview .route-detail-container .data-group .data-value { height: 100%; } /* modal box custom styles override */ + +.med-no-config { + font-size: 20px; + margin: 50px 0px; +} diff --git a/app/views/mediatorConfigModal.html b/app/views/mediatorConfigModal.html index 8a4b5a0a..1649acdf 100644 --- a/app/views/mediatorConfigModal.html +++ b/app/views/mediatorConfigModal.html @@ -5,6 +5,11 @@ +
+
+ This mediator has does not have any config options that can be specified here. +
+