{% extends 'timeseer.html' %} {% from 'macros.html' import alerter %} {% from 'configure.html' import configure_menu with context %} {% block menu %} {{ configure_menu('Time series names') }} {% endblock %} {% block main %}

Manage time series names

{{ alerter() }}
Time series naming preferences are user specific. Changing them here does not change them for other users.
{% if has_display_length %} {% else %} {% endif %} The maximum display length of the name of time series. Set to 0 to disable abbreviation.
{% endblock %}