You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2021/07/19 12:29:14 UTC

[GitHub] [cloudstack] mib1185 commented on a change in pull request #5206: UI: only display host information, if they are relevant

mib1185 commented on a change in pull request #5206:
URL: https://github.com/apache/cloudstack/pull/5206#discussion_r672252567



##########
File path: ui/src/views/infra/HostInfo.vue
##########
@@ -83,15 +83,15 @@
           </div>
         </div>
       </a-list-item>
-      <a-list-item v-if="host.hostha">
+      <a-list-item v-if="host.hostha && host.hostha.haenable">

Review comment:
       the `host.hostha.haenable` state is already  shown above, so the `host.hostha.hastate` should only be relevant, if `haenable` is True




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org