Skip to content

Commit

Permalink
feat: handled UI review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Hardikl committed Jun 28, 2023
1 parent b785da9 commit 0d2656f
Showing 1 changed file with 46 additions and 43 deletions.
89 changes: 46 additions & 43 deletions grafana/dashboards/cmode/security.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
"color": {
"mode": "thresholds"
},
"decimals": 0,
"mappings": [],
"thresholds": {
"mode": "absolute",
Expand All @@ -119,8 +120,8 @@
"overrides": []
},
"gridPos": {
"h": 4,
"w": 6,
"h": 3,
"w": 5,
"x": 0,
"y": 1
},
Expand Down Expand Up @@ -207,6 +208,7 @@
"color": {
"mode": "thresholds"
},
"decimals": 0,
"mappings": [],
"thresholds": {
"mode": "absolute",
Expand All @@ -221,9 +223,9 @@
"overrides": []
},
"gridPos": {
"h": 4,
"h": 3,
"w": 5,
"x": 6,
"x": 5,
"y": 1
},
"id": 208,
Expand Down Expand Up @@ -299,6 +301,7 @@
"color": {
"mode": "thresholds"
},
"decimals": 0,
"mappings": [],
"thresholds": {
"mode": "absolute",
Expand All @@ -313,9 +316,9 @@
"overrides": []
},
"gridPos": {
"h": 4,
"h": 3,
"w": 5,
"x": 11,
"x": 10,
"y": 1
},
"id": 210,
Expand Down Expand Up @@ -388,8 +391,8 @@
"description": "",
"gridPos": {
"h": 1,
"w": 8,
"x": 16,
"w": 9,
"x": 15,
"y": 1
},
"id": 201,
Expand All @@ -406,8 +409,8 @@
"description": "",
"gridPos": {
"h": 1,
"w": 4,
"x": 16,
"w": 6,
"x": 15,
"y": 2
},
"id": 211,
Expand All @@ -424,8 +427,8 @@
"description": "",
"gridPos": {
"h": 1,
"w": 4,
"x": 20,
"w": 3,
"x": 21,
"y": 2
},
"id": 202,
Expand Down Expand Up @@ -461,9 +464,9 @@
"overrides": []
},
"gridPos": {
"h": 4,
"w": 2,
"x": 16,
"h": 5,
"w": 3,
"x": 15,
"y": 3
},
"id": 158,
Expand Down Expand Up @@ -543,8 +546,8 @@
"overrides": []
},
"gridPos": {
"h": 4,
"w": 2,
"h": 5,
"w": 3,
"x": 18,
"y": 3
},
Expand Down Expand Up @@ -625,9 +628,9 @@
"overrides": []
},
"gridPos": {
"h": 4,
"w": 4,
"x": 20,
"h": 5,
"w": 3,
"x": 21,
"y": 3
},
"id": 193,
Expand Down Expand Up @@ -705,10 +708,10 @@
"overrides": []
},
"gridPos": {
"h": 12,
"w": 6,
"h": 13,
"w": 5,
"x": 0,
"y": 5
"y": 4
},
"id": 204,
"options": {
Expand Down Expand Up @@ -803,10 +806,10 @@
"overrides": []
},
"gridPos": {
"h": 12,
"h": 13,
"w": 5,
"x": 6,
"y": 5
"x": 5,
"y": 4
},
"id": 205,
"options": {
Expand Down Expand Up @@ -901,10 +904,10 @@
"overrides": []
},
"gridPos": {
"h": 12,
"h": 13,
"w": 5,
"x": 11,
"y": 5
"x": 10,
"y": 4
},
"id": 209,
"options": {
Expand Down Expand Up @@ -980,10 +983,10 @@
"overrides": []
},
"gridPos": {
"h": 4,
"w": 2,
"x": 16,
"y": 7
"h": 5,
"w": 3,
"x": 15,
"y": 8
},
"id": 190,
"links": [],
Expand Down Expand Up @@ -1062,10 +1065,10 @@
"overrides": []
},
"gridPos": {
"h": 4,
"w": 2,
"h": 5,
"w": 3,
"x": 18,
"y": 7
"y": 8
},
"id": 194,
"links": [],
Expand Down Expand Up @@ -1144,10 +1147,10 @@
"overrides": []
},
"gridPos": {
"h": 4,
"w": 4,
"x": 20,
"y": 7
"h": 5,
"w": 3,
"x": 21,
"y": 8
},
"id": 191,
"links": [],
Expand Down Expand Up @@ -1209,7 +1212,7 @@
"h": 1,
"w": 24,
"x": 0,
"y": 19
"y": 17
},
"id": 12,
"panels": [
Expand Down Expand Up @@ -1410,7 +1413,7 @@
"h": 1,
"w": 24,
"x": 0,
"y": 20
"y": 18
},
"id": 16,
"panels": [
Expand Down Expand Up @@ -1600,7 +1603,7 @@
"h": 1,
"w": 24,
"x": 0,
"y": 21
"y": 19
},
"id": 196,
"panels": [
Expand Down

0 comments on commit 0d2656f

Please sign in to comment.