major updates to slice reservation page and plugins
[myslice.git] / plugins / filter_status / templates / filter_status.html
index 0023796..b6ce25d 100644 (file)
@@ -1,7 +1,43 @@
 <div id={{ domid }}>
-<span class="list-group-item-heading">Filter on status:</span>
-<a href="#" class="list-group-item sl-platform active" style='display: inline-block !important;' id="{{ domid }}__all" data-status="all"><p class="list-group-item-heading">All</p></a>
-<a href="#" class="list-group-item sl-platform" style='display: inline-block !important;' id="{{ domid }}__reserved" data-status="reserved"><p class="list-group-item-heading">Reserved</p></a>
-<a href="#" class="list-group-item sl-platform" style='display: inline-block !important;' id="{{ domid }}__unconfigured" data-status="unconfigured"><p class="list-group-item-heading">Unconfigured</p></a>
-<a href="#" class="list-group-item sl-platform" style='display: inline-block !important;' id="{{ domid }}__pending" data-status="pending"><p class="list-group-item-heading">Pending</p></a>
+  <span class="list-group-item-heading">View:</span>
+  
+  <a href="#" 
+     class="list-group-item sl-platform active" 
+     style='display: inline-block !important;' 
+     id="{{ domid }}__all" 
+     data-status="all"
+        title="View resources that are available to be reserved."
+        rel='tooltip'>
+       <p class="list-group-item-heading">Available</p>
+  </a>
+  
+  <a href="#"
+     class="list-group-item sl-platform" 
+     style='display: inline-block !important;' 
+     id="{{ domid }}__reserved" 
+     data-status="reserved"
+     title="View resources that you have previously reserved for the slice."
+        rel='tooltip'>
+       <p class="list-group-item-heading">Reserved</p>
+  </a>
+  
+  <a href="#" class="list-group-item sl-platform"
+     style='display: inline-block !important;' 
+     id="{{ domid }}__unconfigured" 
+     data-status="unconfigured"
+     title="View resources that you have selected to add to your slice, that require configuration before they can be reserved. Hover you mouse over the symbol aside the checkbox for more details."
+     rel='tooltip'>
+       <p class="list-group-item-heading">Unconfigured</p>
+       <span class="badge" id="badge-unconfigured" style="display:none;"></span></a>
+  </a>
+  
+  <a href="#" class="list-group-item sl-platform" 
+     style='display: inline-block !important;' 
+     id="{{ domid }}__pending" 
+     data-status="pending"
+     title="View pending changes to your slice, resources that you have selected to add, and resources that you have selected to remove. Click on the Apply button to apply those changes, and on the Cancel button to cancel them."
+     rel='tooltip'>
+       <p class="list-group-item-heading">Pending</p>
+       <span class="badge" id="badge-pending" style="display:none;"></span></a>
+  </a>
 </div>