From 2219fc82412c30100d703cc30f305e050f307541 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Mon, 1 Dec 2014 08:47:28 +0000 Subject: [PATCH] Added subscribers tab --- app/views/dashboard/index.blade.php | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/app/views/dashboard/index.blade.php b/app/views/dashboard/index.blade.php index 257bd007..69f3ce5a 100644 --- a/app/views/dashboard/index.blade.php +++ b/app/views/dashboard/index.blade.php @@ -13,17 +13,29 @@
  • Components
  • Incidents
  • Metrics
  • -
  • Users
  • +
  • Subscribers
  • Coming soon... Back to Status Page.

    +

    Once we're ready this tab will be showing you a mini status page.

    +
    +
    +

    Add, edit and delete components here.

    +
    +
    +

    Add, edit and delete incidents here.

    +
    +
    +

    Add, edit and delete metrics (and metric points) here.

    +
    +
    +

    Add, edit and delete users here.

    +
    +
    +

    Show all subscribers here.

    -
    Components
    -
    Incidents
    -
    Metrics
    -
    Users
    @stop