cockpit-plugin-base-react - v1.1.1
    Preparing search index...

    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

    Properties

    color:
        | "blue"
        | "teal"
        | "green"
        | "orange"
        | "purple"
        | "red"
        | "orangered"
        | "grey"
        | "yellow"
        | LabelColor
        | undefined

    PatternFly label color.

    label: string

    Human-readable label text.