Added state card hiding to the STATE view on the frontend.
This commit is contained in:
parent
0334074a52
commit
caed69d5ea
4 changed files with 23 additions and 258 deletions
|
@ -34,5 +34,5 @@ if [ $(command -v md5) ]; then
|
|||
elif [ $(command -v md5sum) ]; then
|
||||
echo 'VERSION = "'`md5sum www_static/frontend.html | cut -c-32`'"' >> version.py
|
||||
else
|
||||
echo 'Could not find a MD5 utility'
|
||||
echo 'Could not find an MD5 utility'
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue