Add standalone login shell for diya-session-manager backend
This commit is contained in:
6
resources/login-shell/gresource.xml
Normal file
6
resources/login-shell/gresource.xml
Normal file
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<gresources>
|
||||
<gresource prefix="/dev/iohub/diya/shell">
|
||||
<file alias="login-shell.css">resources/login-shell/login-shell.css</file>
|
||||
</gresource>
|
||||
</gresources>
|
9
resources/login-shell/login-shell.css
Normal file
9
resources/login-shell/login-shell.css
Normal file
@ -0,0 +1,9 @@
|
||||
.header {
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.status {
|
||||
font-size: 12px;
|
||||
color: red;
|
||||
}
|
Reference in New Issue
Block a user