From c6240929bdde11eedf0e0aa4a3a8e6c5d6ec65cb Mon Sep 17 00:00:00 2001 From: Philippe PITTOLI Date: Tue, 25 Jun 2024 19:57:57 +0200 Subject: [PATCH] Remove useless comment. --- src/App/Page/Zone.purs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/App/Page/Zone.purs b/src/App/Page/Zone.purs index c05ac39..c93a5ae 100644 --- a/src/App/Page/Zone.purs +++ b/src/App/Page/Zone.purs @@ -8,8 +8,6 @@ -- | **WIP**: Display relevant information for each record type in the (add/mod) modal. -- | This includes explaining use cases and displaying an appropriate interface for the task at hand. -- | --- | TODO: CAA records. --- | -- | TODO: display errors not only for a record but for the whole zone. -- | A DNS zone is bound by a set of rules, the whole zone must be consistent. -- | For example, a CNAME `target` has to point to the `name` of an existing record.