diff --git a/pkg/server/templates/sessions.templ b/pkg/server/templates/sessions.templ
index 0129637..9ff3416 100644
--- a/pkg/server/templates/sessions.templ
+++ b/pkg/server/templates/sessions.templ
@@ -38,7 +38,7 @@ templ State(state *models.State, location *time.Location) {
expiry time |
username |
host |
- OS |
+ os |
shell |
@@ -73,6 +73,7 @@ templ State(state *models.State, location *time.Location) {
username |
host |
os |
+ shell |
for _, client := range state.Clients {
@@ -84,6 +85,7 @@ templ State(state *models.State, location *time.Location) {
{client.EnvironmentInfo.Username} |
{client.EnvironmentInfo.Hostname} |
{client.EnvironmentInfo.OS} |
+ {client.EnvironmentInfo.Shell} |
}