[
https://issues.apache.org/jira/browse/AMBARI-19952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
zhangxiaolu updated AMBARI-19952:
---------------------------------
Status: Patch Available (was: Open)
> NFSGateways's shown issue
> -------------------------
>
> Key: AMBARI-19952
> URL: https://issues.apache.org/jira/browse/AMBARI-19952
> Project: Ambari
> Issue Type: Improvement
> Affects Versions: trunk, 3.0.0
> Reporter: zhangxiaolu
> Attachments: AMBARI-19952.patch, screenshot-1.png
>
>
> if the cluster hasn't installed the nfsgatesays, the web shown like this.
> maybe this method is better.
> isNfsInStack: function () {
> return //App.StackServiceComponent.find().someProperty('componentName',
> 'NFS_GATEWAY');
> App.HostComponent.find().filterProperty('componentName',
> 'NFS_GATEWAY').length >0 ? true : false ;
> }.property(),
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)