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.