|
@@ -194,8 +194,13 @@
|
|
|
{{#if instance.service.displayName}}
|
|
|
/
|
|
|
{{/if}}
|
|
|
- <a {{action goToHostAlerts instance.host target="controller"}}
|
|
|
- href="#">{{instance.host.hostName}}</a>
|
|
|
+ <a {{action goToHostAlerts instance.host target="controller"}} href="#">
|
|
|
+ {{#if instance.host.hostName}}
|
|
|
+ {{instance.host.hostName}}
|
|
|
+ {{else}}
|
|
|
+ {{instance.host.id}}
|
|
|
+ {{/if}}
|
|
|
+ </a>
|
|
|
{{/if}}
|
|
|
</td>
|
|
|
<td>{{{instance.status}}}
|
|
@@ -241,4 +246,4 @@
|
|
|
</div>
|
|
|
{{else}}
|
|
|
<div class="spinner"></div>
|
|
|
-{{/if}}
|
|
|
+{{/if}}
|