summaryrefslogtreecommitdiffstats
path: root/f/templates/adm.html
diff options
context:
space:
mode:
Diffstat (limited to 'f/templates/adm.html')
-rw-r--r--f/templates/adm.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/f/templates/adm.html b/f/templates/adm.html
index bd78764..ae9de77 100644
--- a/f/templates/adm.html
+++ b/f/templates/adm.html
@@ -9,7 +9,7 @@
</head>
<body ng-app="ioc" >
<div ng-controller="ioctrl">
- <table ng-click="popfirst()" id="adminscreen">
+ <table ng-click="popfirst()" ng-class="{outdated:outdated,updated:!outdated}" id="adminscreen">
<tr><td> Jonoa:</td><td> {{qsize}}</td></tr>
<tr><td>Nimi: </td><td> {{que[0].name}}</td></tr>
<tr><td>Rivi: </td><td> {{que[0].row}}</td></tr>