Add new platform admin page

Added a new platform admin page, at '/plaform-admin-new' which shows
different data. This no longer offers the option to filter by test-key,
only by date, and also gives a more detailed break-down of the
notifications and failures sent with a normal / research key.

The existing platform admin stats page ('/platform-admin') has not been
deleted yet so that both pages can be compared.
This commit is contained in:
Katie Smith
2018-06-25 13:34:54 +01:00
parent 7a40ad6ac0
commit d9aeac4dca
8 changed files with 337 additions and 1 deletions

View File

@@ -16,6 +16,18 @@
}
.big-number-dark {
@extend %big-number;
padding: $gutter-half;
position: relative;
background: $black;
color: $white;
.big-number-number {
@include bold-36($tabular-numbers: true);
}
}
.big-number-smaller {
@extend %big-number;