{% extends "base2.html" %} {% block title %}Contact Us{% endblock %} {% block content %} {% if thank_you %}

Thank you!

Thank you for submitting your suggestion. We very much appreciate it. feel free to make another suggestion. {% endif %} {% if form %}
{% csrf_token %} {{ form.as_p }}

Example Suggestion
	  I often configure network parenting for hosts but it is a very tedious task.
	  
	  It would be awesome if Adagios provided an easier way to configure parenting.
	  
	  For example, one dialog where you can see all hosts that have no parents.
	  
	  this alone would help a lot.
	  

Example Bug Report
	  I think i have found a bug inside object browser.
	  
	  Steps to reproduce:
	  1. Click a service
	  2. Make a modification and save
	  3. Check the field you just changed
	  
	  What happens:
	  The object was saved, but when you browse you still see the old value
	  
	  What should happen:
	  Adagios should refresh the newly saved information and display the new changes 
	  
{% endif %} {% endblock %}