From 9a526990ec36c98dc7f16b25f91aef97573e4de9 Mon Sep 17 00:00:00 2001 From: mitch Date: Thu, 3 Mar 2022 22:42:04 -0500 Subject: [PATCH] Improved unit-detail view adding battle honours, battle scars, and rank --- .../army/army-detail-desktop.component.html | 26 ++++++++++++++----- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/src/main/webapp/app/entities/army/army-detail-desktop.component.html b/src/main/webapp/app/entities/army/army-detail-desktop.component.html index a0239731..370550b3 100644 --- a/src/main/webapp/app/entities/army/army-detail-desktop.component.html +++ b/src/main/webapp/app/entities/army/army-detail-desktop.component.html @@ -61,21 +61,33 @@
-
CRUSADE CARDS
-
POWER RATING
-
CRUSADE POINTS
+
CRUSADE CARDS
+
RANK
+
POWER RATING
+
BATTLE HONOURS
+
BATTLE SCARS
+
CRUSADE POINTS
ADD TO FORCE
-
Unit {{rowIndex + 1}}:
-
+
+ Unit {{rowIndex + 1}}: {{ unit.unitName }}
-
+
+ {{ unit.rank }} +
+
{{ unit.unitPowerLevel }}
-
{{unit.crusadePointsUnit}}
+
+ {{ unit.battleHonours}} +
+
+ {{ unit.battleScars}} +
+
{{unit.crusadePointsUnit}}