Changeset - 3273586d0f89
[Not reviewed]
default
0 2 0
Branko Majic (branko) - 12 years ago 2013-09-30 22:20:45
branko@majic.rs
CONNT-21: Added download button for project's iptables. Updated docs.
2 files changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
conntrackt/templates/conntrackt/project_detail.html
Show inline comments
 
@@ -26,6 +26,7 @@
 
    {% html_link "Add entity" "entity_create" class="btn btn-primary" get="project="|add:project_id|add:"&next="|add:request.path %}
 
    {% html_link "Add communication" "communication_create" class="btn btn-primary" get="project="|add:project_id|add:"&next="|add:request.path %}
 
    {% endwith %}
 
    {% html_link "Get Iptables" 'project_iptables' project.id class="btn btn-primary" %}
 
  </div>
 
</div>
 
<hr>
docs/usage.rst
Show inline comments
 
@@ -137,6 +137,8 @@ The project-specific buttons are:
 
* **Add entity**, which can be used for adding new entities to a project.
 
* **Add communication**, which can be used for adding a new communication to the
 
  project.
 
* **Get Iptables**, which can be used for downloading *iptables* rules for all
 
  entities in a project.
 

	
 
Each location-specific entity listing includes a *download location iptables*
 
link (small book icon), which can be used for downloading the *iptables* rules
0 comments (0 inline, 0 general)