{% extends "header.html" %} {% import 'macros.html' as macros %} {% import 'wtf-fork.html' as wtf %} {% import 'elements.html' as elm %} {% block scripts %} {{ super() }} {% endblock %} {% block title %} Resources: {{ group }} {% endblock %} {% block content %}

{{group}}

{{ macros.group_links(group) }}
{{ recluster_form.hidden_tag() }} {{ wtf.form_field(recluster_form.target_instances_count) }} {{ wtf.form_field(recluster_form.target_instance_power) }} {{ wtf.form_field(recluster_form.target_instance_memory) }} {{ wtf.form_field(recluster_form.target_instance_disk) }} {{ wtf.form_field(recluster_form.target_instance_ssd) }} {{ wtf.form_field(recluster_form.target_instance_net) }}

Volumes

Pod mount point Node mount point Quota Symlinks
{{ wtf.form_field(recluster_form.another_groups) }}
{{ wtf.form_field(recluster_form.commit_message) }} {{ wtf.form_field(recluster_form.submit) }}
{{ elm.footer() }} {% endblock %}