mirror of https://github.com/aredn/aredn.git
Remove subnames on dialogs (#1438)
This commit is contained in:
parent
2cd71ee923
commit
638bc9a0bc
|
@ -41,6 +41,5 @@ if (request.env.REQUEST_METHOD === "GET" && request.headers["hx-target"] === "ct
|
|||
<input style="position:absolute;top:-10000px">
|
||||
<button id="dialog-help" class="{{request.headers["include-help"] === "1" ? "enabled" : ""}}" hx-get="{{request.env.REQUEST_URI}}" hx-trigger="click delay:10ms" hx-target="#ctrl-modal" hx-headers='{"Include-Help":"{{includeHelp ? "0" : "1"}}","Include-Advanced":"{{request.headers['include-advanced'] === "1" ? "1" : "0"}}"}'>Help</button>
|
||||
<div class="t">{{inner}}</div>
|
||||
<div class="s">configuration</div>
|
||||
<hr/>
|
||||
</div>
|
||||
|
|
|
@ -36,6 +36,5 @@
|
|||
<input style="position:absolute;top:-10000px">
|
||||
<button id="dialog-help" class="{{request.headers["include-help"] === "1" ? "enabled" : ""}}" hx-get="{{request.env.REQUEST_URI}}" hx-trigger="click delay:10ms" hx-target="#ctrl-modal" hx-headers='{"Include-Help":"{{includeHelp ? "0" : "1"}}","Include-Advanced":"{{request.headers['include-advanced'] === "1" ? "1" : "0"}}"}'>Help</button>
|
||||
<div class="t">{{inner}}</div>
|
||||
<div class="s">tool</div>
|
||||
<hr/>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue