removed debug code
authorCiro Scognamiglio <ciro.scognamiglio@cslash.net>
Thu, 14 Aug 2014 15:37:42 +0000 (17:37 +0200)
committerCiro Scognamiglio <ciro.scognamiglio@cslash.net>
Thu, 14 Aug 2014 15:37:42 +0000 (17:37 +0200)
myslice/monitor.ini.dist
portal/templates/_widget-monitor.html

index f46e9ab..4613e1a 100644 (file)
@@ -18,7 +18,7 @@ url = https://nitlab.inf.uth.gr:8001/RPC2
 type = am
 
 [iotlab]
-name = FIT-IoTLab
+name = FIT IoT-Lab
 url = http://194.199.16.169:52347
 type = am
 
index 93dea37..cb7af4f 100644 (file)
@@ -13,7 +13,6 @@
 <script>
        $(document).ready(function() {
                $.get('/monitor/services', function(result) {
-                       console.log(result);
                        for (var r in result) {
                                html = '<div class="col-xs-6 col-sm-4 col-md-3 s-monitor"><div class="row">';
                                html += '<div class="col-md-2"><img src="{{ STATIC_URL }}icons/'+result[r].status+'.png"></div>';