We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e766604 + 1544df5 commit 7f767a6Copy full SHA for 7f767a6
1 file changed
templates/display.html
@@ -4,9 +4,8 @@
4
<meta charset="UTF-8">
5
</head>
6
<body>
7
+ <a href="javascript:window.history.go(-1)">Back</a> <!-- Displayed on top of a potentially large JSON response, so it will remain visible -->
8
<h1>Graph API Call Result</h1>
9
<pre>{{ result |tojson(indent=4) }}</pre> <!-- Just a generic json viewer -->
- <a href="javascript:window.history.go(-1)">Back</a>
10
</body>
11
</html>
12
-
0 commit comments