diff --git a/ui/app/components/conditional-link-to.hbs b/ui/app/components/conditional-link-to.hbs
index 9b526ce8b..4dd2be12f 100644
--- a/ui/app/components/conditional-link-to.hbs
+++ b/ui/app/components/conditional-link-to.hbs
@@ -4,11 +4,30 @@
~}}
{{#if @condition}}
-
- {{yield}}
-
+ {{#if @tooltip}}
+
+ {{yield}}
+
+ {{else}}
+
+ {{yield}}
+
+ {{/if}}
{{else}}
-
- {{yield}}
-
+ {{#if @tooltip}}
+
+
+ {{yield}}
+
+
+ {{else}}
+
+ {{yield}}
+
+ {{/if}}
{{/if}}
\ No newline at end of file
diff --git a/ui/app/components/das/recommendation-card.hbs b/ui/app/components/das/recommendation-card.hbs
index 3d3e47edd..a9360f633 100644
--- a/ui/app/components/das/recommendation-card.hbs
+++ b/ui/app/components/das/recommendation-card.hbs
@@ -60,38 +60,42 @@
Task |
Toggle All |
-
- CPU
-
+
|
-
- Mem
-
+
|
{{else}}
Task |
diff --git a/ui/app/components/das/task-row.hbs b/ui/app/components/das/task-row.hbs
index 760112831..ab8f7a784 100644
--- a/ui/app/components/das/task-row.hbs
+++ b/ui/app/components/das/task-row.hbs
@@ -11,23 +11,28 @@
>
{{@task.name}} |
-
+
|
-
-
+
{{#if (and @active this.height)}}
|