Skip to content

Instantly share code, notes, and snippets.

@maxmanders
Created February 8, 2013 16:56
Show Gist options
  • Save maxmanders/4740348 to your computer and use it in GitHub Desktop.
Save maxmanders/4740348 to your computer and use it in GitHub Desktop.
factory_type_information = (
{
'immediate_view' : 'editHttpResolvingMonitorDataSource',
'actions' :
(
{ 'id' : 'edit',
'name' : 'Data Source',
'action' : 'editHttpResolvingMonitorDataSource',
'permissions' : ( Permissions.view, ),
},
)
},
# If I have this defined in my DataSource, I'd expect the skin in the following pathname to be used:
# $ZENHOME/ZenPacks/ZenPacks.Vendor.HttpResolvingMonitor
# /ZenPacks/Vendor/HttpResolvingMonitor
# /skins/HttpResolvingMonitor/editHtpResolvingMonitorDataSource.py
#
# However, this skins doesn't appear to be loaded. If I bind the HttpResolvingMonitor template to a device and
# try to edit a DataSource, I can only edit Name; EventKey; Component; Severity; EventClass.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment