Documentation ¶
Index ¶
- func AddTagModal(props AddTagModalProps) htmx.Node
- func LensPillarTable(props LensPillarTableProps, children ...htmx.Node) htmx.Node
- func LensesTable(props LensesTableProps, children ...htmx.Node) htmx.Node
- func Search(p SearchProps, children ...htmx.Node) htmx.Node
- func WorkloadMetadataCard(props WorkloadMetadataCardProps) htmx.Node
- func WorkloadProfileCard(props WorkloadProfileCardProps) htmx.Node
- func WorkloadTag(props WorkloadTagProps) htmx.Node
- func WorkloadTagsCard(props WorkloadTagsCardProps) htmx.Node
- func WorkloadsRisksCard(props WorkloadsRisksCardProps) htmx.Node
- func WorkloadsTable(props WorkloadsTableProps, children ...htmx.Node) htmx.Node
- type AddTagModalProps
- type LensPillarTableProps
- type LensesTableProps
- type SearchProps
- type WorkloadMetadataCardProps
- type WorkloadProfileCardProps
- type WorkloadTagProps
- type WorkloadTagsCardProps
- type WorkloadsRisksCardProps
- type WorkloadsTableProps
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddTagModal ¶ added in v0.1.27
func AddTagModal(props AddTagModalProps) htmx.Node
AddTagModal ...
func LensPillarTable ¶
func LensPillarTable(props LensPillarTableProps, children ...htmx.Node) htmx.Node
LensPillarTable ...
func LensesTable ¶
func LensesTable(props LensesTableProps, children ...htmx.Node) htmx.Node
LensesTable ...
func WorkloadMetadataCard ¶ added in v0.1.23
func WorkloadMetadataCard(props WorkloadMetadataCardProps) htmx.Node
WorkloadMetadataCard ...
func WorkloadProfileCard ¶ added in v0.1.23
func WorkloadProfileCard(props WorkloadProfileCardProps) htmx.Node
WorkloadProfileCard ...
func WorkloadTag ¶ added in v0.1.27
func WorkloadTag(props WorkloadTagProps) htmx.Node
WorkloadTag ...
func WorkloadTagsCard ¶ added in v0.1.27
func WorkloadTagsCard(props WorkloadTagsCardProps) htmx.Node
WorkloadTagsCard ...
func WorkloadsRisksCard ¶ added in v0.1.27
func WorkloadsRisksCard(props WorkloadsRisksCardProps) htmx.Node
WorkloadsRisksCard ...
func WorkloadsTable ¶
func WorkloadsTable(props WorkloadsTableProps, children ...htmx.Node) htmx.Node
WorkloadsTable ...
Types ¶
type AddTagModalProps ¶ added in v0.1.27
AddTagModalProps ...
type LensPillarTableProps ¶
LensPillarTableProps ...
type LensesTableProps ¶
LensesTableProps ...
type SearchProps ¶
type SearchProps struct { ClassNames htmx.ClassNames URL string Limit int Offset int Search string Sort string }
SearchProps ...
type WorkloadMetadataCardProps ¶ added in v0.1.23
WorkloadMetadataCardProps ...
type WorkloadProfileCardProps ¶ added in v0.1.23
WorkloadProfileCardProps ...
type WorkloadTagProps ¶ added in v0.1.27
WorkloadTagProps ...
type WorkloadTagsCardProps ¶ added in v0.1.27
type WorkloadTagsCardProps struct { ClassNames htmx.ClassNames Workload models.Workload }
WorkloadTagsCardProps ...
type WorkloadsRisksCardProps ¶ added in v0.1.27
WorkloadsRisksCardProps ...
Click to show internal directories.
Click to hide internal directories.