Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin


scrollbar

Open Archive

This menu item contains the link to a configured open archive server. This link will only be visible if it has been configured in the admin interface section master controller configuration file.

Code Block
<mc
...
    <adminInterface>
        <bookmarks>
            <bookmark id="archiveserverurl" name="Open Archive">
                <url>http://localhost/deltares-archive-server/</url>
            </bookmark>
...
        </bookmarks>
...
    </adminInterface>
</mc>