From 3fb07f8fde0f7970ffa3d80e2866f7d6220cf29e Mon Sep 17 00:00:00 2001
From: Loic Baron <loic.baron@lip6.fr>
Date: Fri, 19 Jun 2015 16:42:10 +0200
Subject: [PATCH] ASAP plugin: note to indicate that it is only supported for
 IoT-Lab at the moment

---
 plugins/asap/templates/asap.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/plugins/asap/templates/asap.html b/plugins/asap/templates/asap.html
index 3da60415..f26847a7 100644
--- a/plugins/asap/templates/asap.html
+++ b/plugins/asap/templates/asap.html
@@ -1,6 +1,7 @@
 <div id={{ domid }}>
     <div class="col-md-12">
-        <h2>Reserve resources as soon as possible</h2>
+        <h2>Reserve resources as soon as possible <sup id="note">*</sup></h2>
+        <div class="copy">* This feature is only available for FIT IoT-Lab testbed at the moment</div>
     </div>
 
     <div class="col-md-12" style="height:30px">
-- 
2.47.0