How to use the aj.plugins.dashboard.api.Widget.__init__ function in aj

To help you get started, we’ve selected a few aj examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github ajenti / ajenti / plugins / dashboard / widgets / uptime.py View on Github external
def __init__(self, context):
        Widget.__init__(self, context)
github ajenti / ajenti / plugins / traffic / widget.py View on Github external
def __init__(self, context):
        Widget.__init__(self, context)
github ajenti / demo-plugins / demo_5_widget / widget.py View on Github external
def __init__(self, context):
        Widget.__init__(self, context)
github ajenti / ajenti / plugins / dashboard / widgets / memory.py View on Github external
def __init__(self, context):
        Widget.__init__(self, context)
github ajenti / ajenti / plugins / terminal / widget.py View on Github external
def __init__(self, context):
        Widget.__init__(self, context)
github ajenti / ajenti / plugins / dashboard / widgets / hostname.py View on Github external
def __init__(self, context):
        Widget.__init__(self, context)
github ajenti / ajenti / plugins / dashboard / widgets / cpu.py View on Github external
def __init__(self, context):
        Widget.__init__(self, context)