Skip to content

Commit

Permalink
ReplicaSetDetail: Replace ConditionTable with `ReplicaSetConditions…
Browse files Browse the repository at this point in the history
…` class
  • Loading branch information
jhoxhaa committed Aug 22, 2024
1 parent dfc9ddd commit eb2d884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Kubernetes/Web/ReplicaSetDetail.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ protected function assemble(): void
])),
new Labels($this->replicaSet->label),
new Annotations($this->replicaSet->annotation),
new ConditionTable($this->replicaSet, (new ReplicaSetCondition())->getColumnDefinitions()),
new ReplicaSetConditions($this->replicaSet),
new HtmlElement(
'section',
null,
Expand Down

0 comments on commit eb2d884

Please sign in to comment.