akkudoktoreos.server.dash.admin.Admin

akkudoktoreos.server.dash.admin.Admin(eos_host: str, eos_port: str | int, data: dict | None = None) -> functools.partial(<function ft at 0x78964cd97ce0>, 'div', void_=False)

Generates the administrative dashboard layout.

This includes configuration management and other administrative tools.

Parameters:
  • eos_host (str) – The hostname of the EOS server.

  • eos_port (Union[str, int]) – The port of the EOS server.

  • data (Optional[dict], optional) – Incoming data to trigger admin actions. Defaults to None.

Returns:

A Div component containing the assembled admin interface.

Return type:

Div