Compare commits
No commits in common. "9f4c26a8b6d4aa8537b2578a8e7811f39959a1f0" and "e7e1c07ff034b86078951bd335c452fb8e072b7f" have entirely different histories.
9f4c26a8b6
...
e7e1c07ff0
|
@ -226,4 +226,4 @@ For now, either email me (if you know me personally) or make a pull request to a
|
||||||
PTTH is licensed under the
|
PTTH is licensed under the
|
||||||
[GNU AGPLv3](https://www.gnu.org/licenses/agpl-3.0.html)
|
[GNU AGPLv3](https://www.gnu.org/licenses/agpl-3.0.html)
|
||||||
|
|
||||||
Copyright 2020-2021 "Trish"
|
Copyright 2020 "Trish"
|
||||||
|
|
|
@ -52,6 +52,8 @@ Lorem ipsum dolor set amet
|
||||||
<p>
|
<p>
|
||||||
<a href="endless_sink">Data sink (POST only)</a>
|
<a href="endless_sink">Data sink (POST only)</a>
|
||||||
|
|
||||||
|
<p>Persistent toggle is <pre>{{persistent_toggle}}</pre></p>
|
||||||
|
|
||||||
<form action="toggle" method="post">
|
<form action="toggle" method="post">
|
||||||
<input type="submit" value="Toggle">
|
<input type="submit" value="Toggle">
|
||||||
</form>
|
</form>
|
||||||
|
|
|
@ -14,10 +14,6 @@
|
||||||
.entry_list div:nth-child(odd) {
|
.entry_list div:nth-child(odd) {
|
||||||
background-color: #ddd;
|
background-color: #ddd;
|
||||||
}
|
}
|
||||||
.fine {
|
|
||||||
color: #444;
|
|
||||||
font-size: 12px;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
<title>PTTH relay</title>
|
<title>PTTH relay</title>
|
||||||
</head>
|
</head>
|
||||||
|
@ -37,12 +33,5 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p class="fine">
|
|
||||||
Rendered by PTTH relay server.
|
|
||||||
Copyright 2020-2021 "Trish" ReactorScram. Licensed under the
|
|
||||||
<a href="https://www.gnu.org/licenses/agpl-3.0.html">GNU AGPLv3.</a>
|
|
||||||
<a href="https://six-five-six-four.com/git/reactor/ptth">Download source code</a>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -95,13 +95,6 @@ Git version: {{git_version}}
|
||||||
{{else}}
|
{{else}}
|
||||||
Not built from Git
|
Not built from Git
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
<p>
|
|
||||||
Rendered by PTTH relay server.
|
|
||||||
Copyright 2020-2021 "Trish" ReactorScram. Licensed under the
|
|
||||||
<a href="https://www.gnu.org/licenses/agpl-3.0.html">GNU AGPLv3.</a>
|
|
||||||
<a href="https://six-five-six-four.com/git/reactor/ptth">Download source code</a>
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -27,10 +27,6 @@ AIABAACAAQAAgAEAAIABAACAAQAAgAEAAIABAACAAQAA" rel="icon" type="image/x-icon" />
|
||||||
|
|
||||||
transition: var(--dark-mode-transition);
|
transition: var(--dark-mode-transition);
|
||||||
}
|
}
|
||||||
.fine {
|
|
||||||
color: #444;
|
|
||||||
font-size: 12px;
|
|
||||||
}
|
|
||||||
.light_switch {
|
.light_switch {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
@ -44,7 +40,7 @@ AIABAACAAQAAgAEAAIABAACAAQAAgAEAAIABAACAAQAA" rel="icon" type="image/x-icon" />
|
||||||
.light_switch_label::before {
|
.light_switch_label::before {
|
||||||
content: "[ ] ";
|
content: "[ ] ";
|
||||||
}
|
}
|
||||||
.app a {
|
a {
|
||||||
color: var(--main-link-color);
|
color: var(--main-link-color);
|
||||||
transition: var(--dark-mode-transition);
|
transition: var(--dark-mode-transition);
|
||||||
}
|
}
|
||||||
|
@ -126,15 +122,6 @@ AIABAACAAQAAgAEAAIABAACAAQAAgAEAAIABAACAAQAA" rel="icon" type="image/x-icon" />
|
||||||
|
|
||||||
<!-- Doesn't work perfectly yet -->
|
<!-- Doesn't work perfectly yet -->
|
||||||
<!--<label for="light_switch" class="light_switch_label">Dark mode</label>-->
|
<!--<label for="light_switch" class="light_switch_label">Dark mode</label>-->
|
||||||
|
</page>
|
||||||
</div>
|
|
||||||
|
|
||||||
<p class="fine">
|
|
||||||
Rendered by PTTH end server.
|
|
||||||
Copyright 2020-2021 "Trish" ReactorScram. Licensed under the
|
|
||||||
<a href="https://www.gnu.org/licenses/agpl-3.0.html">GNU AGPLv3.</a>
|
|
||||||
<a href="https://six-five-six-four.com/git/reactor/ptth">Download source code</a>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -15,10 +15,6 @@
|
||||||
.entry_list div:nth-child(even) {
|
.entry_list div:nth-child(even) {
|
||||||
background-color: #ddd;
|
background-color: #ddd;
|
||||||
}
|
}
|
||||||
.fine {
|
|
||||||
color: #444;
|
|
||||||
font-size: 12px;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
<title>{{metrics_startup.server_name}}</title>
|
<title>{{metrics_startup.server_name}}</title>
|
||||||
</head>
|
</head>
|
||||||
|
@ -26,6 +22,10 @@
|
||||||
|
|
||||||
<h1>{{metrics_startup.server_name}}</h1>
|
<h1>{{metrics_startup.server_name}}</h1>
|
||||||
|
|
||||||
|
<h2>Gauges</h2>
|
||||||
|
|
||||||
|
<p>RSS MiB: {{metrics_interval.rss_mib}}</p>
|
||||||
|
|
||||||
<div class="entry_list">
|
<div class="entry_list">
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
@ -40,12 +40,5 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p class="fine">
|
|
||||||
Rendered by PTTH end server.
|
|
||||||
Copyright 2020-2021 "Trish" ReactorScram. Licensed under the
|
|
||||||
<a href="https://www.gnu.org/licenses/agpl-3.0.html">GNU AGPLv3.</a>
|
|
||||||
<a href="https://six-five-six-four.com/git/reactor/ptth">Download source code</a>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue