قرینه از
https://github.com/matomo-org/matomo.git
synced 2025-08-21 22:47:43 +00:00

* Remove use of angularjs from SitesManager plugin and add VueEntryContainer for more convenient embedding of vue-entry use from within other Vue components (primarily for supporting twig Template... events in Vue). * remove use of angularjs from Live plugin * built vue files * forgot to export * built vue files * start removing angularjs from Installation * remove angularjs from Installation plugin * allow ContentIntro to be applied conditionally * make Diagnostic results json serializable * built vue files * remove use of angularjs from Diagnostics plugin * built vue files * fix ui test issues * fix spacing * couple fixes * more ui test fixes * make sure installation umd is loaded during installation (as well as translations) * do not use html_attr to escape and in UI tests replace path with escaped slashes so json data gets replaced * update screenshots * Allow composer plugins for dev dependency codesniffer to fix travis builds. * some small fixes * fix styling and formatting issues * update expected screenshot * move inline script to vue directive + fix a couple vue warnings * remove inline script in system check widget * use common method to load umd file * remove use of unneeded html_attr escape * remove use of unneeded twig html_attr escape * remove unnecessary use of html_attr twig escape filter Co-authored-by: sgiehl <stefan@matomo.org>
13 خطوط
228 B
Twig
13 خطوط
228 B
Twig
{% extends 'admin.twig' %}
|
|
|
|
{% macro humanReadableValue(value) %}
|
|
|
|
{% endmacro %}
|
|
|
|
{% block content %}
|
|
<div
|
|
vue-entry="Diagnostics.ConfigFile"
|
|
all-config-values="{{ allConfigValues|json_encode }}"
|
|
></div>
|
|
{% endblock %}
|