zhangxiaolu created AMBARI-19952:
------------------------------------
Summary: 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
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)