js updated for accessing nitos nodes
[myslice.git] / plugins / asap / templates / asap.html
1 <div id={{ domid }}>
2     <div class="col-md-12">
3         <h2>Reserve resources as soon as possible <sup id="note">*</sup></h2>
4         <div class="copy">* This feature is only available for FIT IoT-Lab testbed at the moment</div>
5     </div>
6
7     <div class="col-md-12" style="height:30px">
8         <div id="asap_msg">&nbsp;</div>
9     </div>
10     <div class="col-md-3"> As soon as possible for 
11         <input type="number" id="duration" name="duration"  size="3" style="width: 42px; min-width: 10px !important; margin-left: 2px; text-align: center;" min="1"> minutes
12     </div>
13     <div class="col-md-1">
14         <button id="asap_schedule" type="button" class="btn btn-primary"><span class="glyphicon glyphicon-time"></span> Schedule</button>
15     </div>
16     <div class="col-md-10" id="resources" style="padding-top:20px;"></div>
17 </div>