Skip to content

Commit

Permalink
Added diff for styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
speleolinux committed Nov 25, 2024
1 parent afb0a42 commit 3a1bd94
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions install_pbsweb_UTS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ fi
cp src/views/head_UTS.j2 $dest/views/head.j2
cp src/views/nodes_UTS.j2 $dest/views/nodes.j2
cp src/views/jobs_UTS.j2 $dest/views/jobs.j2

# Copy the styles.
cp src/static/styles.css $dest/static/
# Copy the javascript which enables us to sort columns.
cp src/static/sorttable.js $dest/static/

Expand All @@ -63,5 +64,6 @@ touch $confs/pbsweb_test.ini

echo ""
echo "You probably do not need to do this:"
echo "sudo systemctl restart nginx.service"
echo " sudo systemctl restart nginx.service"
echo "You may need to force your browser to update its cache!"

0 comments on commit 3a1bd94

Please sign in to comment.