{% include 'includes/head.html' %} {% include 'includes/logo_header.html' %}
{% include 'includes/message_display.html' %}
Customize Application Versions

{% if product_key_skipped %}
Customizing app versions via the GUI is a Premium Feature
{% else %}
You can override the version each application MyNode installs. If you override it, future MyNode updates will not affect the version you have specified.

Saving will update the "Latest Version" of an app shown on the application page. To perform the upgrade, you will need to update it there.

{% for app in apps %} {% if app.show_on_application_page and app.can_reinstall %} {% endif %} {% endfor %}
Application Current Version Latest Version Customize
{{ app.name }} {% if app.is_installed %} {{ app.current_version }} {% endif %} {{ app.latest_version }} {% if app.has_custom_version %}
{{app.latest_version}}
{% else %}
{% endif %}


Legacy Custom Application Versions

Caution: Errors in this file may prevent MyNode from booting properly. To see the available variables, use the format from the included default MyNode version configuration.


{% if has_customized_app_versions %}
You currently have saved data in a custom versions file.
{% endif %}


Reset Customization
{% endif %} {% include 'includes/footer.html' %}