proofscan 0.10.46 → 0.10.47
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/html/templates.js +2 -2
- package/package.json +1 -1
package/dist/html/templates.js
CHANGED
|
@@ -2253,10 +2253,10 @@ function getConnectorReportScript() {
|
|
|
2253
2253
|
// 2-column layout: Summary (left) + Raw JSON (right)
|
|
2254
2254
|
rightPane.innerHTML =
|
|
2255
2255
|
'<div class="rpc-inspector">' +
|
|
2256
|
-
'<div class="rpc-inspector-summary"
|
|
2256
|
+
'<div class="rpc-inspector-summary">' +
|
|
2257
2257
|
'<div class="summary-container">' + summaryHtml + '</div>' +
|
|
2258
2258
|
'</div>' +
|
|
2259
|
-
'<div class="rpc-inspector-raw"
|
|
2259
|
+
'<div class="rpc-inspector-raw">' +
|
|
2260
2260
|
'<div class="rpc-raw-header">' +
|
|
2261
2261
|
'<span class="rpc-raw-title">Payload</span>' +
|
|
2262
2262
|
'</div>' +
|