RLG-Web client: explain when there are no games to watch
If no games are available for watching, display a message saying so instead of showing an empty table.
This commit is contained in:
parent
2bdd26b2f4
commit
ceed48eee5
3 changed files with 14 additions and 0 deletions
|
|
@ -90,6 +90,7 @@
|
|||
<div class="tcapt">Games in Progress</div>
|
||||
<div><div>Player</div><div>Game</div></div>
|
||||
</div>
|
||||
<div id="nogames">There are no games to watch.</div>
|
||||
</div>
|
||||
<div class="modal" id="startgame">
|
||||
<div id="opttable" class="formtable"><div><div>Game</div><div>Actions</div></div></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue