Ignore:
Timestamp:
Dec 23, 2011, 7:40:11 AM (13 years ago)
Author:
rick
Message:

Add extra filter to allow display some and all.

While where fix the filters to make the look more structured.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/django_gheat/wlheatmap/templates/home.html

    r9779 r9815  
    4646          <select id="select_dataset" style="width:104px"></select> Dataset<br />
    4747          <select id="select_node" style="width:104px"></select> Node<br />
     48          <select id="select_nodetype" style="width:104px">
     49            <option value="accespoint__ssid__icontains=ap-WirelessLeiden">WL Nodes</option>
     50            <option value="accespoint__ssid__icontains=WirelessLeiden">WL Nodes &amp; WL InterLinks</option>
     51            <option value="">Alle AccessPoints (ook niet WL)</option>
     52          </select> Type<br />
    4853          <font id='select_sig_value'>Signal strength: 0 - 100</font>
    4954          <div id="select_sig_slider">
Note: See TracChangeset for help on using the changeset viewer.