X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Fscheduler2%2Ftemplates%2Fscheduler.html;fp=plugins%2Fscheduler2%2Ftemplates%2Fscheduler.html;h=e4605f03ef746edf6d286b2ec93a3fc576093085;hb=e4a88c348fe7f795c77f4a60273856ee1ef4d534;hp=0000000000000000000000000000000000000000;hpb=864c51bf4c1330e2a1a1b5978b8a8dc5afe01763;p=myslice.git diff --git a/plugins/scheduler2/templates/scheduler.html b/plugins/scheduler2/templates/scheduler.html new file mode 100755 index 00000000..e4605f03 --- /dev/null +++ b/plugins/scheduler2/templates/scheduler.html @@ -0,0 +1,102 @@ +
+
+
+ +
+
+ + +
+
+ + + +
+
+
+
+ +
+
+
+
+
+ +
+
+ +
+
+ + + {% comment %} + {% for itms in nodes %} + + + + {% for n in itms.1 %} + {% if not forloop.first %} + + {% endif %} + + + {% endfor %} + {% endfor %} + {% endcomment %} + +
{{ itms.0 }}
{{ n }}
+
+
+ + + + {% for ts in time_slots %} + + {% endfor %} + + + + {% comment %} + {% for itms in nodes %} + {% for n in itms.1 %} + + {% for ts in time_slots %} + {% if n == 'node020' %} + + {% elif n == 'node023' or n == 'node030' %} + + {% else %} + + {% endif %} + {% endfor %} + + {% endfor %} + {% endfor %} + {% endcomment %} + +
{{ ts|safe }}
+
+ +
+
    +
  1. free
  2. +
  3. selected
  4. +
  5. reserved
  6. +
  7. maintenance
  8. +
+
+
+ +
\ No newline at end of file