Tags: popallo/uptime-robot
Tags
Big update 1.2.0 Updated bootstrap v3 to bootstrap v4 Updated chart js from v1 to v2 Configure grunt so files in bower folder are copied first then minified instead of just copied Delete not needed css files for datatables and add the minimal one jquery.dataTables.min.css Added images for datatable for better UX knowing you can sort tables Moved chart code into its own method into main/php/main.php Made charts half columns on default now col-md-6 instead of col-md-12. This allows you to see more easier if you have multiple monitors. If theres only 1 monitor it will fallback to full width col-md-12. Update some comments in the PHP. Refactor some css and use bootstrap 4 native classes to handle most of the margin/padding in the template. Add _() function on all translatable strings. ( plan on adding translation soon ) Performance improvements. Charts had some lag before and now they seem to be a lot faster. Migration: Just git pull and relax. No need to do anything else. :)
Merge pull request HeadTalker#5 from HeadTalker/uptime-robot-update Refactored all the PHP. Added unit tests and license.