From c08aca92196cdd8df4c8d81da71e248b407f5bb2 Mon Sep 17 00:00:00 2001 From: "Jose M. Guisado" Date: Thu, 29 Oct 2020 14:59:13 +0100 Subject: Add software action This action lists every piece of software installed in an OS from a client. This action can handle listing the software from the DB as well as updating that DB with the latest client information. --- ogcp/templates/actions/software.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ogcp/templates/actions/software.html (limited to 'ogcp/templates/actions/software.html') diff --git a/ogcp/templates/actions/software.html b/ogcp/templates/actions/software.html new file mode 100644 index 0000000..713f89b --- /dev/null +++ b/ogcp/templates/actions/software.html @@ -0,0 +1,11 @@ +{% extends 'base.html' %} +{% import "bootstrap/wtf.html" as wtf %} + +{% block content %} + +{{ wtf.quick_form(form, + action=url_for('action_software'), + method='post', + button_map={'view': 'primary', 'update': 'primary'}) }} + +{% endblock %} -- cgit v1.2.3-18-g5258