Basic using element to display type icons must be in the pattern <i class="gs-node-icon topology-glyph { icon_type }"></i>
For small sized icons (connected nodes), the 'small' class can be used <i class="gs-node-icon topology-glyph small { icon_type }"></i>
Type | Default | Small | Implementation |
{{ type }} | <i class="gs-node-icon topology-glyph {{ data.icon }}"></i> |
Basic using element to display type icons must be in the pattern <i class="icon { icon_type }"></i>
Type | Preview | Element |
{{ data.text }} | <i class="icon-events {{ data.icon }}"></i> |
Basic using element to display node status must be in the pattern <div class="badge { node_status } { node_status_icon }"></div>
Status | Icon | Preview | Element |
{{ data }} | {{ getIconClass(status) }} | <div class="badge {{ getBadgeStatusAndIcon(status, data) }}"></div> |