add js tpl

This commit is contained in:
poka 2020-06-20 22:48:35 +02:00
parent 855133b005
commit 0b28ba80ff
6 changed files with 16153 additions and 1 deletions

View File

@ -104,7 +104,8 @@ web() {
[ ! -d $WEBPATH/history/ ] && mkdir -p $WEBPATH/history/
[ ! -d $WEBPATH/graph/ ] && mkdir -p $WEBPATH/graph/
[ ! -d $WEBPATH/css ] && cp -r $SCRIPTPATH/css $WEBPATH/
[ ! -d $WEBPATH/css ] && cp -r $SCRIPTPATH/tpl/css $WEBPATH/
[ ! -d $WEBPATH/js ] && cp -r $SCRIPTPATH/tpl/js $WEBPATH/
cp $SCRIPTPATH/tpl/index.html $indexhtml
datePrevious=$(date +'%y-%m-%d' -d "$day -1 day")

16151
tpl/js/Chart.js vendored Normal file

File diff suppressed because it is too large Load Diff