Custom icons reference
This reference topic describes the Netcool Agile Service Manager Custom Icons functionality.
Custom Icons
The Custom Icons page is displayed when you select Administration from the DASH menu, and then click Custom Icons under the Agile Service Management heading.
The Custom Icons page displays the following buttons.
- New
- Opens the Configure Custom Icon page
- 'Refresh' symbol
- Reloads the icon information from the topology service
In addition, the Custom Icons page displays the following icon information
in table format.
- Name
- Unique icon name
- Icon
- The icon itself
- Last Updated
- Date and timestamp
- Size (KB)
- Size of the icon SVG in KB
- 'Edit' symbol
- Opens the Configure Custom Icon page
- 'Bin' symbol
- Deletes an icon.
- Category
- Sorts icons by category
Configure Custom Icon
The Configure Custom Icon page is displayed when you select an icon on the Custom Icons page to edit it, or when you create a new icon. Here you define an icon's name and SVG XML (both required) using the provided SVG XML editor.
- Name
- Each icon must have a name, which uniquely identifies the icon when assigning it to a type.
- SVG XML
- Use the XML editor to enter or edit the SVG text.
- Category
- Optionally, each icon can be assigned to a category. You can use categories to group icons of the same type or function together.
Example: Use the following definition for the 'disk' icon as guidance:
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<ellipse style="fill-opacity:0;stroke:currentColor;stroke-width:12.12270069;" id="path4139" cx="33.627117" cy="32.949142" rx="16.803904" ry="17.210684"/>
<circle cx="33.827423" cy="33.055576" r="3.3037829"/>
</svg>