login/logout stuff working
[myslice.git] / templates / widget-simplelist.html
1 <ul>
2 <li>this hard-wired list</li>
3 <li>is defined</li>
4 <li>in <code>plugins.simplelist.py</code></li>
5 <li>which in turn relies on</li>
6 <li>template <code>widget-template.html</code></li>
7 <li>while it should of course</li>
8 <li>instead issue a query</li>
9 <li>and fill the DOM in js from there</li>
10 <li>it would however maybe make sense</li>
11 <li>to offer the option to 'datatablify'</li>
12 <li>the list from the python code</li>
13 <li>just like a standard plugin can be set as visible or not</li>
14 <li />
15 <li>OTOH and IMHO, there should be two separate and explicit subclasses of SimpleList for slices or testbeds</li>
16 </ul>