{% extends 'base.html' %} {% load static %} {% block title %}SETTINGS{% endblock %} {% block content %}

SETTINGS

GENERAL SETTINGS

Parse modules This will run sys.list_functions, sys.doc, sys.list_runner_functions and sys.runner_doc on selected target. It will also run doc.wheel on the connected salt master.

{% for minion in minion_list %}

Minions Fields Fields added to Minions details.

{% for field in minion_fields %}
{% endfor %}
{% csrf_token %}
{% for function in function_list %}

Custom Conformity Parsed functions from minions job history.

{% for field in conformity_fields %}
{% endfor %}
{% csrf_token %}
{% for function in function_list %}

USER SETTINGS

{% csrf_token %}

Job Notifications Salt's event stream is very busy and can easily overwhelm the available memory for a browser tab. This control both notifications and real-time events on the overview page.

{% for status, bool in notifs.items %}
{{ status|upper }}
{% endfor %}
{% endblock %} {% block fab %}
refresh
playlist_play
{% endblock %} {% block js %} {% endblock %}