Open the menu
    ```html

    Installation Manager: Component Details

    In this interface, the administrator can view all objects that belong to a component.

    Features

    • It is an administration interface

    Screens

    Component Details
    • Component Id
    • Version
    • Checksum (string, maximum length: 28)
    • Status
    • Installation (date and time)

    Data

    components

    • Id(string)
    • Module(string) : Source code file of the module: .jar or .zip file of the module.
    • Version(string)
    • Installation(date and time)
    • Checksum(string)

    componentDetails

    • Type(string)
    • Id(string)

    Permissions

    • Manage service instance: Allows managing all the data of this service instance, including deleting it altogether.
    ```