mirror of https://github.com/aredn/aredn.git
Put old UI button just on the main page (#1460)
This commit is contained in:
parent
c6d6024537
commit
b31696405c
|
@ -59,7 +59,6 @@
|
|||
</head>
|
||||
<body class="{{auth.isAdmin ? "authenticated" : ""}}" hx-indicator="body">
|
||||
<dialog id="ctrl-modal" onclose="event.target.innerHTML = ''"></dialog>
|
||||
{{_R("oldui")}}
|
||||
<div id="all">
|
||||
<div id="nav">
|
||||
{{_R("nav")}}
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
* version
|
||||
*/
|
||||
%}
|
||||
{{_R("oldui")}}
|
||||
<div id="c1">
|
||||
<div id="general">
|
||||
{{_R("general")}}
|
||||
|
|
Loading…
Reference in New Issue