Skip to content

Latest commit

 

History

History

pe-status-card

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Status Card

Description

This widget can be used to quickly craft a status card with configurable options.

Screenshots

Additional Information/Notes

None

Installation

Download and install update set pe-status-card.u-update-set.xml

After installation, the widget can be accessed via the Service Portal > Widgets section for use and customization.

Configuration

Widget Option Schema

Option Description Default Value
Title Used for changing the title in the panel header. Business Critical Services
Status Number 1 Displays the first status integer in the panel body. 5
Status Number 2 Displays the second status integer in the panel body. 148
Status Number 3 Displays the third status integer in the panel body. 78
Sub Text 1 Displays the first sub-text copy. With Critical Incidents
Sub Text 2 Displays the second sub-text copy. Severe Vulnerabilities
Sub Text 3 Displays the third sub-text copy. Control Effectiveness
Status Indicator 2 Provides a choice of status indicators. warning
Status Indicator 3 Provides a choice of status indicators. normal

Status Indicator Choices

  • danger
  • normal
  • warning

Platform Dependencies

None

Sample Data and Data Structures

See 'Configuration' above

API Dependencies

Dependencies are included and configured as part of the provided Update Set.

None

CSS/SASS Variables

CSS/SASS variables are given default values that can be overridden with theming or portal-level CSS.

$pe-status-color-danger: #ff0050 !default;
$pe-status-color-normal: #6ee520 !default;
$pe-status-color-warning: #ffce00 !default;
$pe-anchor-color: #68acd8 !default;