Created
February 8, 2013 16:56
-
-
Save maxmanders/4740348 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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