1
0
mirror of https://github.com/fHDHR/fHDHR_NextPVR.git synced 2025-12-06 08:06:59 -05:00
fHDHR_NextPVR/plugins/fHDHR_plugin_web_devtools/devtools.html

13 lines
428 B
HTML

{% extends "base.html" %}
{% block content %}
<h4 style="text-align: center;">{{ fhdhr.config.dict["fhdhr"]["friendlyname"] }} Dev Tools</h4>
<form method="post" action="/api/devtools?method=prettyjson&redirect=/devtools">
<a data-th="URL"><input type="text" name="url" value=""></a>
<a data-th="Convert Json url to tabbbed"><input type="submit" value="Convert Json url to tabbbed"></a>
</form>
{% endblock %}