rhtyd commented on a change in pull request #53: Issue #27: Implement Tree-view
based Domain List View
URL: https://github.com/apache/cloudstack-primate/pull/53#discussion_r353316541
##########
File path: src/components/view/DetailsTab.vue
##########
@@ -23,7 +23,8 @@
<div>
<strong>{{ $t(item) }}</strong>
<br/>
- <div>
+ <div v-if="resource[item]==='Unlimited'">-1</div>
Review comment:
@svenvogel @PaulAngus @borisstoyanov do we want to show -1 instead of
unlimited?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services