Add standalone login shell for diya-session-manager backend

This commit is contained in:
DanyLE
2025-03-08 00:45:13 +01:00
parent f722acdd20
commit dd8f2b3011
9 changed files with 385 additions and 10 deletions

View 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>

View File

@ -0,0 +1,9 @@
.header {
font-size: 16px;
font-weight: bold;
}
.status {
font-size: 12px;
color: red;
}