diff --git a/web/sub-details.html b/web/sub-details.html index dd0fbbc..26d8c33 100644 --- a/web/sub-details.html +++ b/web/sub-details.html @@ -17,8 +17,8 @@ -
-

View or edit the subscription's matching condition:

+
+ Id:
@@ -29,7 +29,6 @@
-

Id:

diff --git a/web/sub-details.js b/web/sub-details.js index f1efb2e..8100e84 100644 --- a/web/sub-details.js +++ b/web/sub-details.js @@ -40,6 +40,7 @@ function loadSubscription() { }) .then(data => { if (data != null) { + console.log(JSON.stringify(data)); editor.setValue(data.cond); } })