Skip to content
  • Matthias Clasen's avatar
    network monitor: Update portal implementation · 5ed808d7
    Matthias Clasen authored
    The network monitor portal interface is changing.
    Version 2 is no longer using properties, but getters
    instead (this lets the portal apply access control
    and avoid sending information to non-networked
    sandboxes).
    
    To support both version 1 and 2 of the interface,
    we stop using generated code and instead deal with
    the api differences in our own code, which is not
    too difficult.
    
    Support version 1 as well
    5ed808d7