From 4bd43d0921e0a8f5929ec089e639f9833fa684e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Mon, 5 Jun 2017 22:19:33 -0700 Subject: [PATCH] Show a bit more info for silences --- assets/static/base.css | 4 ++++ assets/templates/alertgroup.html | 21 ++++++++++++++++++++- bindata_assetfs.go | 4 ++-- 3 files changed, 26 insertions(+), 3 deletions(-) diff --git a/assets/static/base.css b/assets/static/base.css index 5e651e764..7d55a13d4 100644 --- a/assets/static/base.css +++ b/assets/static/base.css @@ -135,6 +135,10 @@ span.label-ts-span { cursor: pointer; } +.cursor-help { + cursor: help; +} + /* make filter input take all the space it can */ .filterbar { width: 950px; diff --git a/assets/templates/alertgroup.html b/assets/templates/alertgroup.html index 4d238a988..fceb693e6 100644 --- a/assets/templates/alertgroup.html +++ b/assets/templates/alertgroup.html @@ -121,9 +121,28 @@ <% } else { %> <%- silence.comment %> <% } %> +
+
+ Started + + <%- silence.startsAt %> + +
+
+ Ends + + <%- silence.endsAt %> + +