Implement `Power up` part of hive power management
Compare changes
Files
6+ 48
− 41
@@ -15,6 +15,12 @@ if TYPE_CHECKING:
@@ -24,22 +30,14 @@ class HpInformationTableHeader(Horizontal):
@@ -54,16 +52,16 @@ class HpInformationTableFirstRow(HpInformationTableBaseRow):
@@ -76,14 +74,14 @@ class HpInformationTableSecondRow(HpInformationTableBaseRow):
@@ -98,16 +96,16 @@ class HpInformationTableThirdRow(HpInformationTableBaseRow):
@@ -120,16 +118,16 @@ class HpInformationFourthRow(HpInformationTableBaseRow):
@@ -142,11 +140,11 @@ class HpInformationFifthRow(HpInformationTableBaseRow):
@@ -168,3 +166,12 @@ class HpInformationTable(CliveDataTable):