mirror of https://github.com/aredn/aredn.git
Rename Name & Security to Basics (#1444)
This commit is contained in:
parent
bd46bb2e41
commit
609af8b939
|
@ -138,7 +138,7 @@ if (request.env.REQUEST_METHOD === "DELETE") {
|
|||
}
|
||||
%}
|
||||
<div class="dialog basics">
|
||||
{{_R("dialog-header", "Name & Security")}}
|
||||
{{_R("dialog-header", "Basics")}}
|
||||
<div>
|
||||
<div class="cols">
|
||||
<div>
|
||||
|
@ -206,13 +206,13 @@ if (request.env.REQUEST_METHOD === "DELETE") {
|
|||
<div class="cols">
|
||||
<div>
|
||||
<div class="o">Portable Theme</div>
|
||||
<div class="m">Use this theme then viewing any node</div>
|
||||
<div class="m">Use localnode's theme when viewing any node</div>
|
||||
</div>
|
||||
<div style="flex:0">
|
||||
{{_R("switch", { name: "portable_theme", value: uciMesh.get("aredn", "@theme[0]", "portable") === "1" })}}
|
||||
</div>
|
||||
</div>
|
||||
{{_H("The portable theme can be enabled on your localnode. It will then be become the theme used when viewing any node on the mesh.")}}
|
||||
{{_H("When the portable theme is enabled on your localnode, it becomes the theme used when viewing any node on the mesh.")}}
|
||||
{% } %}
|
||||
<hr>
|
||||
<div class="password">
|
||||
|
|
Loading…
Reference in New Issue