User manual
© 2011 Racktivity NV 111/160
Antwerpsesteenweg 19 - 9080 Lochristi - Belgium - www.racktivity.com v 2014.5.14
]}
params['result'] = l
def match(q, i, params, tags):
return True
When defining a button in a tasklet, as shown in the code above, it should contain the
following parameters:
name: is the name that will appear on the button.
description: is the help text that will be displayed when you hover on the button.
uri: the action call; for example: "http://www.google.com" or "javascript:print();".
target: specifies where to open the linked document.
icon: is the icon that will be given to the button.
Example
To call the Action macro, we use:
[[actions]][[/actions]]
Sample
Aggregated Data Macro
The Aggregated Data Macro allows you to view aggreted data for a particular object
(location, datacenter, pdu etc.)
Parameters
This macro accepts the following parameters:
type: the type of the object (location, datacenter, pdu etc.)
guid: object global unique identifier
Example
[[aggregateddata:guid=1609008f-1006-49f4-b599-e3eeecfdebd2,
type=datacenter]][[/aggregateddata]]
Sample










