diff --git a/app/pages/graphs.php b/app/pages/graphs.php new file mode 100644 index 0000000..56c75e0 --- /dev/null +++ b/app/pages/graphs.php @@ -0,0 +1,5 @@ + diff --git a/app/pages/latest.php b/app/pages/latest.php new file mode 100644 index 0000000..318a429 --- /dev/null +++ b/app/pages/latest.php @@ -0,0 +1,5 @@ + diff --git a/app/templates/page-sidebar.php b/app/templates/page-sidebar.php index 5c48115..a42f704 100644 --- a/app/templates/page-sidebar.php +++ b/app/templates/page-sidebar.php @@ -38,6 +38,19 @@ $timeNow = new DateTime('now', new DateTimeZone($userTimezone)); +
  • graphs

  • + + +
  • + graphs +
  • +
    + +
  • + latest data +
  • +
    +
  • live data

  • @@ -68,7 +81,7 @@ $timeNow = new DateTime('now', new DateTimeZone($userTimezone)); hasRight($user_id, 'view app logs')) {?>
  • - logs + logs
  • diff --git a/public_html/index.php b/public_html/index.php index c5bf6c7..e59e2ce 100644 --- a/public_html/index.php +++ b/public_html/index.php @@ -34,6 +34,9 @@ $allowed_urls = [ 'participants', 'components', + 'graphs', + 'latest', + 'agents', 'profile',