cockpit-plugin-base-react - v1.1.1
GitHub
Wiki
Preparing search index...
components
StatusBadgeConfig
Interface StatusBadgeConfig
Display configuration for a single status value.
interface
StatusBadgeConfig
{
color
:
|
"blue"
|
"teal"
|
"green"
|
"orange"
|
"purple"
|
"red"
|
"orangered"
|
"grey"
|
"yellow"
|
LabelColor
|
undefined
;
label
:
string
;
}
Index
Properties
color
label
Properties
color
color
:
|
"blue"
|
"teal"
|
"green"
|
"orange"
|
"purple"
|
"red"
|
"orangered"
|
"grey"
|
"yellow"
|
LabelColor
|
undefined
PatternFly label color.
label
label
:
string
Human-readable label text.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
color
label
GitHub
Wiki
cockpit-plugin-base-react - v1.1.1
Loading...
Display configuration for a single status value.