Skip to content

Commit 8aacf97

Browse files
author
David Linko
committed
reverting grafana upgrade
1 parent cf66c1f commit 8aacf97

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

anms-ui/public/app/components/management/monitor/Monitor.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<template>
22
<div class="container">
33
<!-- incoming messages -->
4-
<iframe src="/grafana/d-solo/x5LAIuA7z/agents-copy?orgId=1&from=now-48h&to=now&panelId=-11" width="100%" height="250" frameborder="0"></iframe>
4+
<iframe src="/grafana/d-solo/x5LAIuA7z/agents-copy?orgId=1&from=now-48h&to=now&panelId=11" width="100%" height="250" frameborder="0"></iframe>
55
<!-- reports -->
6-
<iframe src="/grafana/d-solo/oZ7xupanz/reports?orgId=1&from=now-48h&to=now&panelId=-123129" width="100%" height="250" frameborder="0"></iframe>
6+
<iframe src="/grafana/d-solo/oZ7xupanz/reports?orgId=1&from=now-48h&to=now&panelId=123129" width="100%" height="250" frameborder="0"></iframe>
77
<!-- aris -->
8-
<iframe src="/grafana/d-solo/x5LAIuA7z/agents-copy?orgId=1&panelId=-6" width="100%" height="250" frameborder="0"></iframe>
8+
<iframe src="/grafana/d-solo/x5LAIuA7z/agents-copy?orgId=1&panelId=6" width="100%" height="250" frameborder="0"></iframe>
99
<!-- dashboard -->
10-
<iframe src="/grafana/dashboard/new?orgId=-1" width="100%" height="120%" frameborder="0"></iframe>
10+
<iframe src="/grafana/dashboard/new?orgId=1" width="100%" height="120%" frameborder="0"></iframe>
1111
</div>
1212

1313
</template>

anms.Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ HEALTHCHECK --start-period=10s --interval=60s --timeout=10s --retries=20 \
150150

151151
# Local grafana configuration
152152
#
153-
FROM docker.io/grafana/grafana:12.2.0 AS grafana
153+
FROM docker.io/grafana/grafana:9.1.3 AS grafana
154154

155155
# Optional APL network configuration from
156156
# https://aplprod.servicenowservices.com/sp?id=kb_article&sys_id=c0de6fe91b83d85071b143bae54bcb34

0 commit comments

Comments
 (0)