Rebuilt the Help screen in Svelte

This commit is contained in:
David Carley
2022-09-11 17:52:36 +00:00
parent 2851239ce4
commit 7d365007ec
5 changed files with 69 additions and 42 deletions

View File

@@ -133,7 +133,7 @@ module.exports = new Vue({
"io-view": require("./io-view"),
"admin-general-view": require("./admin-general-view"),
"admin-network-view": require("./admin-network-view"),
"help-view": { template: "#help-view-template" },
"help-view": require("./help-view"),
"cheat-sheet-view": {
template: "#cheat-sheet-view-template",
data: function() {