Launchpad RBAC
[osm/UI.git] / skyquake / plugins / launchpad / src / nsCardPanel / nsCardPanel.jsx
index 2b9b4c1..5d2f536 100644 (file)
@@ -32,7 +32,8 @@ export default class NsCardPanel extends React.Component {
                                 data={nsr.data}
                                 nsr={nsr}
                                 isActive={nsr["admin-status"] == "ENABLED"}
-                                closeButtonAction={this.onCloseCard(nsr.id)}/>
+                                closeButtonAction={this.onCloseCard(nsr.id)}
+                                hasAccess={this.props.hasAccess}/>
                         );
                       }
                     }