diff --git a/app/client/alarm_settings.html b/app/client/alarm_settings.html index 36d8b2d..30156f8 100644 --- a/app/client/alarm_settings.html +++ b/app/client/alarm_settings.html @@ -52,21 +52,21 @@ 2. - + 3. - + 4. - + diff --git a/app/client/alarm_settings.js b/app/client/alarm_settings.js index a1f2da9..1bcb791 100644 --- a/app/client/alarm_settings.js +++ b/app/client/alarm_settings.js @@ -45,9 +45,3 @@ Template.alarm_settings.events({ Meteor.call('saveAlarmSettings', controller_id, minTemperature, maxTemperature, timeoutBox, timeoutPhone, [sms1, sms2, sms3, sms4]); } }); - -Template.sensorData.helpers({ - created_at_formatted: function() { - return moment(this.created_at).format("DD.MM.YYYY, HH:mm") - } -}); diff --git a/app/client/app.less b/app/client/app.less index ce0ae1d..1f20d64 100644 --- a/app/client/app.less +++ b/app/client/app.less @@ -10,6 +10,10 @@ display: none; } +.no-bullets { + list-style-type: none; +} + .huge_text { font-size: 2.5em; } @@ -47,3 +51,10 @@ .clickable { cursor:pointer; } + +.sensorData { + color: #101010; + font-family: 'PT Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; + font-size: 14px; + +} diff --git a/app/client/log.html b/app/client/log.html index f08070b..3e8aa3f 100644 --- a/app/client/log.html +++ b/app/client/log.html @@ -1,9 +1,8 @@