mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-11-08 14:08:22 +01:00
Include current Antos version to login screen
This commit is contained in:
parent
5d17c429f7
commit
f7081ae48a
Binary file not shown.
@ -1060,7 +1060,7 @@ namespace OS {
|
|||||||
|
|
||||||
schemes.login = `\
|
schemes.login = `\
|
||||||
<div id = "login_form">
|
<div id = "login_form">
|
||||||
<p>Welcome to AntOS, please login</p>
|
<p>Welcome to AntOS v${OS.VERSION.toString()}, please login</p>
|
||||||
<input id = "txtuser" type = "text" value = "demo" ></input>
|
<input id = "txtuser" type = "text" value = "demo" ></input>
|
||||||
<input id = "txtpass" type = "password" value = "demo" ></input>
|
<input id = "txtpass" type = "password" value = "demo" ></input>
|
||||||
<button id = "btlogin">Login</button>
|
<button id = "btlogin">Login</button>
|
||||||
|
Loading…
Reference in New Issue
Block a user