Plugin: aj.plugins.dashboard.api

class aj.plugins.dashboard.api.Widget(context)[source]

Base interface for dashboard widgets.

config_template = None

Configuration dialog template URL

get_value(config)[source]

Override this to return the widget value for the given config dict.

id = None
name = None

Display name

template = None

Angular view template URL


Comments

comments powered by Disqus